Searched defs:abreq (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/crypto/
H A Dauthenc.c204 struct ablkcipher_request *abreq = (void *)(areq_ctx->tail + crypto_authenc_encrypt() local
243 struct ablkcipher_request *abreq = (void *)(areq_ctx->tail + crypto_authenc_decrypt_tail() local
H A Dauthencesn.c197 struct ablkcipher_request *abreq = (void *)(areq_ctx->tail crypto_authenc_esn_encrypt() local
237 struct ablkcipher_request *abreq = (void *)(areq_ctx->tail crypto_authenc_esn_decrypt_tail() local
H A Dccm.c53 struct ablkcipher_request abreq; member in struct:crypto_ccm_req_priv_ctx
350 struct ablkcipher_request *abreq = &pctx->abreq; crypto_ccm_encrypt() local
410 struct ablkcipher_request *abreq = &pctx->abreq; crypto_ccm_decrypt() local
H A Dgcm.c77 struct ablkcipher_request abreq; member in union:crypto_gcm_req_priv_ctx::__anon3281
497 struct ablkcipher_request *abreq = &pctx->u.abreq; crypto_gcm_encrypt() local
536 struct ablkcipher_request *abreq = &pctx->u.abreq; gcm_dec_hash_continue() local

Completed in 153 milliseconds