Lines Matching refs:asg
42 struct scatterlist asg[2]; member
332 struct scatterlist *asg = areq_ctx->asg; in crypto_authenc_genicv() local
353 sg_init_table(asg, 2); in crypto_authenc_genicv()
354 sg_set_page(asg, sg_page(assoc), assoc->length, assoc->offset); in crypto_authenc_genicv()
355 scatterwalk_crypto_chain(asg, dst, 0, 2); in crypto_authenc_genicv()
356 dst = asg; in crypto_authenc_genicv()
489 struct scatterlist *asg = areq_ctx->asg; in crypto_authenc_iverify() local
508 sg_init_table(asg, 2); in crypto_authenc_iverify()
509 sg_set_page(asg, sg_page(assoc), assoc->length, assoc->offset); in crypto_authenc_iverify()
510 scatterwalk_crypto_chain(asg, src, 0, 2); in crypto_authenc_iverify()
511 src = asg; in crypto_authenc_iverify()