first_rsgl        664 crypto/af_alg.c 		if (rsgl != &areq->first_rsgl)
first_rsgl       1135 crypto/af_alg.c 			rsgl = &areq->first_rsgl;
first_rsgl        213 crypto/algif_aead.c 	rsgl_src = areq->first_rsgl.sgl.sg;
first_rsgl        227 crypto/algif_aead.c 					   areq->first_rsgl.sgl.sg, processed);
first_rsgl        245 crypto/algif_aead.c 					   areq->first_rsgl.sgl.sg, outlen);
first_rsgl        281 crypto/algif_aead.c 			       areq->first_rsgl.sgl.sg, used, ctx->iv);
first_rsgl        112 crypto/algif_skcipher.c 				   areq->first_rsgl.sgl.sg, len, ctx->iv);
first_rsgl         99 include/crypto/if_alg.h 	struct af_alg_rsgl first_rsgl;