Home
last modified time | relevance | path

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

/linux/crypto/
H A 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()
198 ictx->reqoff); in crypto_authenc_encrypt()
233 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt_tail()
235 ictx->reqoff); in crypto_authenc_decrypt_tail()
282 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt()
330 ictx->reqoff + in crypto_authenc_init_tfm()
397 ctx->reqoff = 2 * auth->digestsize; in crypto_authenc_create()
H A Dauthencesn.c31 unsigned int reqoff; member
123 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_genicv()
181 ctx->reqoff); in crypto_authenc_esn_encrypt()
221 ctx->reqoff); in crypto_authenc_esn_decrypt_tail()
267 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_decrypt()
341 ctx->reqoff = 2 * crypto_ahash_digestsize(auth); in crypto_authenc_esn_init_tfm()
346 ctx->reqoff + in crypto_authenc_esn_init_tfm()