Searched refs:reqoff (Results 1 – 2 of 2) sorted by relevance
25 unsigned int reqoff; member119 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in authenc_geniv_ahash_done()140 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_genicv()201 ictx->reqoff); in crypto_authenc_encrypt()236 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt_tail()238 ictx->reqoff); in crypto_authenc_decrypt_tail()285 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt()336 ictx->reqoff + in crypto_authenc_init_tfm()403 ctx->reqoff = ALIGN(2 * auth->digestsize + auth_base->cra_alignmask, in crypto_authenc_create()
31 unsigned int reqoff; member127 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_genicv()185 ctx->reqoff); in crypto_authenc_esn_encrypt()225 ctx->reqoff); in crypto_authenc_esn_decrypt_tail()272 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_decrypt()347 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth), in crypto_authenc_esn_init_tfm()353 ctx->reqoff + in crypto_authenc_esn_init_tfm()
Completed in 6 milliseconds