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

/linux-4.1.27/crypto/
H A Dauthenc.c176 struct ablkcipher_request *abreq; authenc_verify_ahash_update_done() local
225 struct ablkcipher_request *abreq; authenc_verify_ahash_done() local
384 struct ablkcipher_request *abreq = (void *)(areq_ctx->tail crypto_authenc_encrypt_done() local
402 struct ablkcipher_request *abreq = (void *)(areq_ctx->tail crypto_authenc_encrypt() local
525 struct ablkcipher_request *abreq = aead_request_ctx(req); crypto_authenc_decrypt() local
H A Dauthencesn.c193 struct ablkcipher_request *abreq; authenc_esn_verify_ahash_update_done() local
254 struct ablkcipher_request *abreq; authenc_esn_verify_ahash_update_done2() local
304 struct ablkcipher_request *abreq; authenc_esn_verify_ahash_done() local
460 struct ablkcipher_request *abreq = aead_request_ctx(areq); crypto_authenc_esn_encrypt_done() local
478 struct ablkcipher_request *abreq = (void *)(areq_ctx->tail crypto_authenc_esn_encrypt() local
617 struct ablkcipher_request *abreq = aead_request_ctx(req); crypto_authenc_esn_decrypt() local
H A Dccm.c47 struct ablkcipher_request abreq; member in struct:crypto_ccm_req_priv_ctx
308 struct ablkcipher_request *abreq = &pctx->abreq; crypto_ccm_encrypt() local
378 struct ablkcipher_request *abreq = &pctx->abreq; crypto_ccm_decrypt() local
H A Dgcm.c74 struct ablkcipher_request abreq; member in union:crypto_gcm_req_priv_ctx::__anon3256
548 struct ablkcipher_request *abreq = &pctx->u.abreq; crypto_gcm_encrypt() local
602 struct ablkcipher_request *abreq = &pctx->u.abreq; gcm_dec_hash_done() local
623 struct ablkcipher_request *abreq = &pctx->u.abreq; crypto_gcm_decrypt() local

Completed in 84 milliseconds