af_alg_sgl        393 crypto/af_alg.c int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len)
af_alg_sgl        424 crypto/af_alg.c static void af_alg_link_sg(struct af_alg_sgl *sgl_prev,
af_alg_sgl        425 crypto/af_alg.c 			   struct af_alg_sgl *sgl_new)
af_alg_sgl        431 crypto/af_alg.c void af_alg_free_sg(struct af_alg_sgl *sgl)
af_alg_sgl        269 crypto/algif_aead.c 			struct af_alg_sgl *sgl_prev = &areq->last_rsgl->sgl;
af_alg_sgl         20 crypto/algif_hash.c 	struct af_alg_sgl sgl;
af_alg_sgl         77 include/crypto/if_alg.h 	struct af_alg_sgl sgl;
af_alg_sgl        165 include/crypto/if_alg.h int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len);
af_alg_sgl        166 include/crypto/if_alg.h void af_alg_free_sg(struct af_alg_sgl *sgl);