Searched refs:af_alg_count_tsgl (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/crypto/
H A Dif_alg.h230 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset);
/linux-master/crypto/
H A Dalgif_skcipher.c141 areq->tsgl_entries = af_alg_count_tsgl(sk, len, 0);
H A Dalgif_aead.c252 areq->tsgl_entries = af_alg_count_tsgl(sk, processed,
H A Daf_alg.c635 * af_alg_count_tsgl - Count number of TX SG entries
645 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset) function
684 EXPORT_SYMBOL_GPL(af_alg_count_tsgl); variable
692 * enough (e.g. by using af_alg_count_tsgl with the same offset).
723 * Assumption: caller created af_alg_count_tsgl(len)

Completed in 249 milliseconds