Lines Matching refs:scatterlist
41 struct scatterlist *sg;
42 struct scatterlist asg[2];
43 struct scatterlist cipher[2];
329 struct scatterlist *dst = req->dst; in crypto_authenc_genicv()
330 struct scatterlist *assoc = req->assoc; in crypto_authenc_genicv()
331 struct scatterlist *cipher = areq_ctx->cipher; in crypto_authenc_genicv()
332 struct scatterlist *asg = areq_ctx->asg; in crypto_authenc_genicv()
400 struct scatterlist *dst = req->dst; in crypto_authenc_encrypt()
486 struct scatterlist *src = req->src; in crypto_authenc_iverify()
487 struct scatterlist *assoc = req->assoc; in crypto_authenc_iverify()
488 struct scatterlist *cipher = areq_ctx->cipher; in crypto_authenc_iverify()
489 struct scatterlist *asg = areq_ctx->asg; in crypto_authenc_iverify()