last_rsgl        1093 crypto/af_alg.c 	areq->last_rsgl = NULL;
last_rsgl        1153 crypto/af_alg.c 		if (areq->last_rsgl)
last_rsgl        1154 crypto/af_alg.c 			af_alg_link_sg(&areq->last_rsgl->sgl, &rsgl->sgl);
last_rsgl        1156 crypto/af_alg.c 		areq->last_rsgl = rsgl;
last_rsgl         269 crypto/algif_aead.c 			struct af_alg_sgl *sgl_prev = &areq->last_rsgl->sgl;
last_rsgl         100 include/crypto/if_alg.h 	struct af_alg_rsgl *last_rsgl;