Home
last modified time | relevance | path

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

/linux/crypto/
H A Dauthenc.c24 unsigned int reqoff; member
116 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in authenc_geniv_ahash_finish()
153 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_genicv()
197 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()
287 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt()
328 ictx->reqoff + in crypto_authenc_init_tfm()
392 ctx->reqoff = 2 * auth->digestsize; in crypto_authenc_create()
H A Dauthencesn.c30 unsigned int reqoff; member
121 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_genicv()
165 ctx->reqoff); in crypto_authenc_esn_encrypt()
205 ctx->reqoff); in crypto_authenc_esn_decrypt_tail()
251 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_decrypt()
318 ctx->reqoff = 2 * crypto_ahash_digestsize(auth); in crypto_authenc_esn_init_tfm()
323 ctx->reqoff + in crypto_authenc_esn_init_tfm()