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

/linux-4.1.27/crypto/
H A Dauthencesn.c397 struct scatterlist *assoc2; crypto_authenc_esn_genicv() local
422 assoc2 = assoc + 2; crypto_authenc_esn_genicv()
423 if (!sg_is_last(assoc2)) crypto_authenc_esn_genicv()
428 sg_set_page(hsg + 1, sg_page(assoc2), assoc2->length, assoc2->offset); crypto_authenc_esn_genicv()
434 areq_ctx->headlen = assoc->length + assoc2->length; crypto_authenc_esn_genicv()
567 struct scatterlist *assoc2; crypto_authenc_esn_iverify() local
590 assoc2 = assoc + 2; crypto_authenc_esn_iverify()
591 if (!sg_is_last(assoc2)) crypto_authenc_esn_iverify()
596 sg_set_page(hsg + 1, sg_page(assoc2), assoc2->length, assoc2->offset); crypto_authenc_esn_iverify()
602 areq_ctx->headlen = assoc->length + assoc2->length; crypto_authenc_esn_iverify()

Completed in 52 milliseconds