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

/linux-master/include/crypto/internal/
H A Dacompress.h20 * @dst_free: Frees destination buffer if allocated inside the algorithm
41 void (*dst_free)(struct scatterlist *dst); member in struct:acomp_alg
/linux-master/crypto/
H A Dacompress.c74 acomp->dst_free = alg->dst_free;
177 acomp->dst_free(req->dst);
H A Dscompress.c228 crt->dst_free = sgl_free;
/linux-master/include/crypto/
H A Dacompress.h46 * @dst_free: Frees destination buffer if allocated inside the
54 void (*dst_free)(struct scatterlist *dst); member in struct:crypto_acomp
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c332 .dst_free = sgl_free,
/linux-master/kernel/
H A Dkcov.c933 u64 dst_occupied, dst_free, bytes_to_move, entries_moved; local
962 dst_free = dst_area_size * word_size - dst_occupied;
963 bytes_to_move = min(dst_free, src_len << entry_size_log);
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1814 static void dst_free(struct scatterlist *sgl) function
1826 .dst_free = dst_free,

Completed in 138 milliseconds