Home
last modified time | relevance | path

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

/crypto/
Dauthencesn.c414 struct scatterlist *assoc1; in crypto_authenc_esn_genicv() local
436 assoc1 = assoc + 1; in crypto_authenc_esn_genicv()
437 if (sg_is_last(assoc1)) in crypto_authenc_esn_genicv()
449 sg_set_page(tsg, sg_page(assoc1), assoc1->length, assoc1->offset); in crypto_authenc_esn_genicv()
453 areq_ctx->trailen = assoc1->length; in crypto_authenc_esn_genicv()
584 struct scatterlist *assoc1; in crypto_authenc_esn_iverify() local
604 assoc1 = assoc + 1; in crypto_authenc_esn_iverify()
605 if (sg_is_last(assoc1)) in crypto_authenc_esn_iverify()
617 sg_set_page(tsg, sg_page(assoc1), assoc1->length, assoc1->offset); in crypto_authenc_esn_iverify()
621 areq_ctx->trailen = assoc1->length; in crypto_authenc_esn_iverify()