| /linux-6.15/Documentation/crypto/ |
| H A D | api-digest.rst | 17 …size crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash…
|
| /linux-6.15/crypto/ |
| H A D | algif_hash.c | 97 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_sendmsg() 211 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_recvmsg()
|
| H A D | ahash.c | 611 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function 625 EXPORT_SYMBOL_GPL(crypto_ahash_final); 750 err = crypto_ahash_final(req); in ahash_def_finup_finish1()
|
| H A D | tcrypt.c | 961 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies() 1029 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles() 1048 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
|
| H A D | testmgr.c | 1629 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
|
| /linux-6.15/security/integrity/ima/ |
| H A D | ima_crypto.c | 428 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm() 691 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | ghash-clmulni-intel_glue.c | 233 return crypto_ahash_final(cryptd_req); in ghash_async_final()
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 209 err = crypto_ahash_final(req); in gss_krb5_checksum() 767 err = crypto_ahash_final(req); in krb5_etm_checksum()
|
| /linux-6.15/include/crypto/ |
| H A D | hash.h | 462 int crypto_ahash_final(struct ahash_request *req);
|
| /linux-6.15/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_ahash.c | 159 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_ao.c | 41 ret = crypto_ahash_final(hp->req); in tcp_ao_calc_traffic_key() 605 if (crypto_ahash_final(hp.req)) in tcp_ao_hash_hdr() 656 if (crypto_ahash_final(hp.req)) in tcp_ao_hash_skb() 1424 err |= crypto_ahash_final(hp.req); in tcp_ao_parse_crypto()
|
| H A D | tcp_ipv4.c | 1618 if (crypto_ahash_final(hp.req)) 1661 if (crypto_ahash_final(hp.req))
|
| /linux-6.15/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-hash.c | 132 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ce_hash_final()
|
| /linux-6.15/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 205 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ss_hash_final()
|
| /linux-6.15/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 303 return crypto_ahash_final(&rctx->ahash_fbk_req); in starfive_hash_final()
|
| /linux-6.15/drivers/crypto/ |
| H A D | img-hash.c | 577 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
|
| H A D | sa2ul.c | 1433 ret |= crypto_ahash_final(subreq); in sa_sha_run() 1581 return crypto_ahash_final(&rctx->fallback_req); in sa_sha_final()
|
| /linux-6.15/net/ipv6/ |
| H A D | tcp_ipv6.c | 732 if (crypto_ahash_final(hp.req)) in tcp_v6_md5_hash_hdr() 776 if (crypto_ahash_final(hp.req)) in tcp_v6_md5_hash_skb()
|
| /linux-6.15/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 152 return crypto_ahash_final(&rctx->fallback_req); in tegra_sha_fallback_final()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-verity-target.c | 194 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_ahash_final()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | tcp.c | 463 crypto_ahash_final(hash); in nvme_tcp_ddgst_final()
|
| /linux-6.15/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 2427 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_final(subreq); in safexcel_sha3_final()
|