Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dauthenc.c30 unsigned int reqoff; member
125 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in authenc_geniv_ahash_done()
146 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_genicv()
205 ictx->reqoff); in crypto_authenc_encrypt()
242 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt_tail()
244 ictx->reqoff); in crypto_authenc_decrypt_tail()
295 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ictx->reqoff); in crypto_authenc_decrypt()
346 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
142 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_genicv()
198 + ctx->reqoff); in crypto_authenc_esn_encrypt()
238 + ctx->reqoff); in crypto_authenc_esn_decrypt_tail()
281 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); in crypto_authenc_esn_decrypt()
356 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth), in crypto_authenc_esn_init_tfm()
362 ctx->reqoff + in crypto_authenc_esn_init_tfm()
Deseqiv.c38 unsigned int reqoff; member
85 subreq = (void *)(reqctx->tail + ctx->reqoff); in eseqiv_givencrypt()
174 ctx->reqoff = reqsize - sizeof(struct eseqiv_request_ctx); in eseqiv_init()