Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dauthenc.c30 unsigned int reqoff; member
126 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in authenc_geniv_ahash_done()
147 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_genicv()
209 ictx->reqoff); in crypto_authenc_encrypt()
244 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt_tail()
246 ictx->reqoff); in crypto_authenc_decrypt_tail()
294 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt()
345 ictx->reqoff + in crypto_authenc_init_tfm()
432 ctx->reqoff = ALIGN(2 * auth->digestsize + auth_base->cra_alignmask, in crypto_authenc_create()
Dauthencesn.c36 unsigned int reqoff; member
143 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_genicv()
202 ctx->reqoff); in crypto_authenc_esn_encrypt()
242 ctx->reqoff); in crypto_authenc_esn_decrypt_tail()
290 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_decrypt()
365 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth), in crypto_authenc_esn_init_tfm()
371 ctx->reqoff + in crypto_authenc_esn_init_tfm()