Home
last modified time | relevance | path

Searched refs:crypto_ahash_final (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/crypto/
Dalgif_hash.c94 err = af_alg_wait_for_completion(crypto_ahash_final(&ctx->req), in hash_sendmsg()
167 err = af_alg_wait_for_completion(crypto_ahash_final(&ctx->req), in hash_recvmsg()
Dahash.c362 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function
366 EXPORT_SYMBOL_GPL(crypto_ahash_final);
Dtcrypt.c842 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
910 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
929 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
Dtestmgr.c293 ret = wait_async_op(&tresult, crypto_ahash_final(req)); in __test_hash()
/linux-4.4.14/arch/arm/crypto/
Dghash-ce-glue.c201 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/linux-4.4.14/include/crypto/
Dhash.h410 int crypto_ahash_final(struct ahash_request *req);
/linux-4.4.14/arch/x86/crypto/
Dghash-clmulni-intel_glue.c215 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/linux-4.4.14/security/integrity/ima/
Dima_crypto.c330 rc = ahash_wait(crypto_ahash_final(req), &res); in ima_calc_file_hash_atfm()
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c750 return crypto_ahash_final(mcryptd_req); in sha1_mb_async_final()
/linux-4.4.14/drivers/crypto/
Dimg-hash.c571 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
Dn2_core.c339 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()