Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dacompress.c74 acomp->dst_free = alg->dst_free; in crypto_acomp_init_tfm()
148 acomp->dst_free(req->dst); in acomp_request_free()
Dscompress.c228 crt->dst_free = sgl_free; in crypto_init_scomp_ops_async()
/linux-6.12.1/include/crypto/internal/
Dacompress.h40 void (*dst_free)(struct scatterlist *dst); member
/linux-6.12.1/include/crypto/
Dacompress.h54 void (*dst_free)(struct scatterlist *dst); member
/linux-6.12.1/kernel/
Dkcov.c945 u64 dst_occupied, dst_free, bytes_to_move, entries_moved; in kcov_move_area() local
974 dst_free = dst_area_size * word_size - dst_occupied; in kcov_move_area()
975 bytes_to_move = min(dst_free, src_len << entry_size_log); in kcov_move_area()
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dqat_comp_algs.c332 .dst_free = sgl_free,
/linux-6.12.1/drivers/crypto/intel/iaa/
Diaa_crypto_main.c1803 static void dst_free(struct scatterlist *sgl) in dst_free() function
1815 .dst_free = dst_free,