Searched refs:af_alg_sgl (Results 1 – 4 of 4) sorted by relevance
64 struct af_alg_sgl { struct82 struct af_alg_sgl sgl; argument170 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len);171 void af_alg_free_sg(struct af_alg_sgl *sgl);172 void af_alg_link_sg(struct af_alg_sgl *sgl_prev, struct af_alg_sgl *sgl_new);
397 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len) in af_alg_make_sg()428 void af_alg_link_sg(struct af_alg_sgl *sgl_prev, struct af_alg_sgl *sgl_new) in af_alg_link_sg()435 void af_alg_free_sg(struct af_alg_sgl *sgl) in af_alg_free_sg()
25 struct af_alg_sgl sgl;
273 struct af_alg_sgl *sgl_prev = &areq->last_rsgl->sgl; in _aead_recvmsg()