Home
last modified time | relevance | path

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

/crypto/
Dauthenc.c25 unsigned int reqoff; member
129 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in authenc_geniv_ahash_done()
150 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_genicv()
212 ictx->reqoff); in crypto_authenc_encrypt()
247 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt_tail()
249 ictx->reqoff); in crypto_authenc_decrypt_tail()
297 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt()
348 ictx->reqoff + in crypto_authenc_init_tfm()
435 ctx->reqoff = ALIGN(2 * auth->digestsize + auth_base->cra_alignmask, in crypto_authenc_create()
Dauthencesn.c31 unsigned int reqoff; member
138 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_genicv()
197 ctx->reqoff); in crypto_authenc_esn_encrypt()
237 ctx->reqoff); in crypto_authenc_esn_decrypt_tail()
285 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_decrypt()
360 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth), in crypto_authenc_esn_init_tfm()
366 ctx->reqoff + in crypto_authenc_esn_init_tfm()