Searched defs:ahreq (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/crypto/
H A Dauthenc.c129 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_geniv_ahash_update_done() local
158 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_geniv_ahash_done() local
181 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_verify_ahash_update_done() local
230 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_verify_ahash_done() local
265 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); crypto_authenc_ahash_fb() local
304 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); crypto_authenc_ahash() local
H A Dauthencesn.c103 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_geniv_ahash_update_done() local
143 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_geniv_ahash_update_done2() local
174 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_geniv_ahash_done() local
198 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_verify_ahash_update_done() local
259 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_verify_ahash_update_done2() local
309 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); authenc_esn_verify_ahash_done() local
345 struct ahash_request *ahreq = (void *)(areq_ctx->tail + ctx->reqoff); crypto_authenc_esn_ahash() local
H A Dgcm.c73 struct ahash_request ahreq; member in union:crypto_gcm_req_priv_ctx::__anon3256
235 struct ahash_request *ahreq = &pctx->u.ahreq; gcm_hash_update() local
249 struct ahash_request *ahreq = &pctx->u.ahreq; gcm_hash_remain() local
262 struct ahash_request *ahreq = &pctx->u.ahreq; gcm_hash_len() local
281 struct ahash_request *ahreq = &pctx->u.ahreq; gcm_hash_final() local
461 struct ahash_request *ahreq = &pctx->u.ahreq; gcm_hash() local

Completed in 56 milliseconds