Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dif_alg.h59 struct af_alg_sgl { struct
77 struct af_alg_sgl sgl; argument
165 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len);
166 void af_alg_free_sg(struct af_alg_sgl *sgl);
/Linux-v5.4/crypto/
Daf_alg.c391 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len) in af_alg_make_sg()
422 static void af_alg_link_sg(struct af_alg_sgl *sgl_prev, in af_alg_link_sg()
423 struct af_alg_sgl *sgl_new) in af_alg_link_sg()
429 void af_alg_free_sg(struct af_alg_sgl *sgl) in af_alg_free_sg()
Dalgif_hash.c20 struct af_alg_sgl sgl;
Dalgif_aead.c269 struct af_alg_sgl *sgl_prev = &areq->last_rsgl->sgl; in _aead_recvmsg()