Searched refs:af_alg_count_tsgl (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/crypto/
H A Dif_alg.h231 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset);
/linux-master/crypto/
H A Daf_alg.c636 * af_alg_count_tsgl - Count number of TX SG entries
646 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset) function
685 EXPORT_SYMBOL_GPL(af_alg_count_tsgl); variable
693 * enough (e.g. by using af_alg_count_tsgl with the same offset).
724 * Assumption: caller created af_alg_count_tsgl(len)
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,

Completed in 122 milliseconds