Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dif_alg.h228 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset);
/openbmc/linux/crypto/
H A Dalgif_skcipher.c92 areq->tsgl_entries = af_alg_count_tsgl(sk, len, 0); in _skcipher_recvmsg()
H A Daf_alg.c645 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset) in af_alg_count_tsgl() function
684 EXPORT_SYMBOL_GPL(af_alg_count_tsgl);
H A Dalgif_aead.c252 areq->tsgl_entries = af_alg_count_tsgl(sk, processed, in _aead_recvmsg()