Home
last modified time | relevance | path

Searched refs:dst_free (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/crypto/
H A Dacompress.c74 acomp->dst_free = alg->dst_free; in crypto_acomp_init_tfm()
177 acomp->dst_free(req->dst); in acomp_request_free()
H A Dscompress.c206 crt->dst_free = sgl_free; in crypto_init_scomp_ops_async()
/openbmc/linux/include/crypto/internal/
H A Dacompress.h41 void (*dst_free)(struct scatterlist *dst); member
/openbmc/linux/include/crypto/
H A Dacompress.h54 void (*dst_free)(struct scatterlist *dst); member
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c453 .dst_free = sgl_free,
468 .dst_free = sgl_free,
/openbmc/linux/kernel/
H A Dkcov.c943 u64 dst_occupied, dst_free, bytes_to_move, entries_moved; in kcov_move_area() local
972 dst_free = dst_area_size * word_size - dst_occupied; in kcov_move_area()
973 bytes_to_move = min(dst_free, src_len << entry_size_log); in kcov_move_area()