Searched refs:af_alg_sgl (Results 1 – 4 of 4) sorted by relevance
60 struct af_alg_sgl { struct78 struct af_alg_sgl sgl; argument168 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len);169 void af_alg_free_sg(struct af_alg_sgl *sgl);
404 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len) in af_alg_make_sg()435 static void af_alg_link_sg(struct af_alg_sgl *sgl_prev, in af_alg_link_sg()436 struct af_alg_sgl *sgl_new) in af_alg_link_sg()442 void af_alg_free_sg(struct af_alg_sgl *sgl) in af_alg_free_sg()
20 struct af_alg_sgl sgl;
269 struct af_alg_sgl *sgl_prev = &areq->last_rsgl->sgl; in _aead_recvmsg()