Home
last modified time | relevance | path

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

/crypto/
Dauthenc.c25 unsigned int reqoff; member
119 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()
202 ictx->reqoff); in crypto_authenc_encrypt()
237 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt_tail()
239 ictx->reqoff); in crypto_authenc_decrypt_tail()
287 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt()
338 ictx->reqoff + in crypto_authenc_init_tfm()
405 ctx->reqoff = ALIGN(2 * auth->digestsize + auth_base->cra_alignmask, in crypto_authenc_create()
Dauthencesn.c31 unsigned int reqoff; member
128 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_genicv()
187 ctx->reqoff); in crypto_authenc_esn_encrypt()
227 ctx->reqoff); in crypto_authenc_esn_decrypt_tail()
275 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_decrypt()
350 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth), in crypto_authenc_esn_init_tfm()
356 ctx->reqoff + in crypto_authenc_esn_init_tfm()