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

/linux-4.1.27/crypto/
H A Dauthenc.c34 unsigned int reqoff; member in struct:crypto_authenc_ctx
129 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_geniv_ahash_update_done()
158 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_geniv_ahash_done()
181 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_verify_ahash_update_done()
230 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_verify_ahash_done()
265 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); crypto_authenc_ahash_fb()
304 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); crypto_authenc_ahash()
385 + ctx->reqoff); crypto_authenc_encrypt_done()
403 + ctx->reqoff); crypto_authenc_encrypt()
568 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth) + crypto_authenc_init_tfm()
574 ctx->reqoff + crypto_authenc_init_tfm()
H A Dauthencesn.c34 unsigned int reqoff; member in struct:crypto_authenc_esn_ctx
103 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_geniv_ahash_update_done()
143 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_geniv_ahash_update_done2()
174 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_geniv_ahash_done()
198 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_verify_ahash_update_done()
259 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_verify_ahash_update_done2()
309 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_verify_ahash_done()
345 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); crypto_authenc_esn_ahash()
479 + ctx->reqoff); crypto_authenc_esn_encrypt()
660 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth) + crypto_authenc_esn_init_tfm()
666 ctx->reqoff + crypto_authenc_esn_init_tfm()
H A Deseqiv.c38 unsigned int reqoff; member in struct:eseqiv_ctx
85 subreq = (void *)(reqctx->tail + ctx->reqoff); eseqiv_givencrypt()
196 ctx->reqoff = reqsize - sizeof(struct eseqiv_request_ctx); eseqiv_init()

Completed in 112 milliseconds