Searched refs:assoc1 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Dauthencesn.c396 struct scatterlist *assoc1; crypto_authenc_esn_genicv() local
418 assoc1 = assoc + 1; crypto_authenc_esn_genicv()
419 if (sg_is_last(assoc1)) crypto_authenc_esn_genicv()
431 sg_set_page(tsg, sg_page(assoc1), assoc1->length, assoc1->offset); crypto_authenc_esn_genicv()
435 areq_ctx->trailen = assoc1->length; crypto_authenc_esn_genicv()
566 struct scatterlist *assoc1; crypto_authenc_esn_iverify() local
586 assoc1 = assoc + 1; crypto_authenc_esn_iverify()
587 if (sg_is_last(assoc1)) crypto_authenc_esn_iverify()
599 sg_set_page(tsg, sg_page(assoc1), assoc1->length, assoc1->offset); crypto_authenc_esn_iverify()
603 areq_ctx->trailen = assoc1->length; crypto_authenc_esn_iverify()

Completed in 59 milliseconds