Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/crypto/
Dapi-digest.rst17 …size crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash…
/Linux-v5.15/crypto/
Dalgif_hash.c121 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_sendmsg()
215 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_recvmsg()
Dahash.c340 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function
352 EXPORT_SYMBOL_GPL(crypto_ahash_final);
Dtcrypt.c962 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
1030 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
1049 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
Dtestmgr.c1501 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/Linux-v5.15/security/integrity/ima/
Dima_crypto.c432 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm()
695 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
/Linux-v5.15/arch/x86/crypto/
Dghash-clmulni-intel_glue.c202 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/Linux-v5.15/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c200 err = crypto_ahash_final(req); in make_checksum()
293 err = crypto_ahash_final(req); in make_checksum_v2()
/Linux-v5.15/arch/arm/crypto/
Dghash-ce-glue.c241 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/Linux-v5.15/include/crypto/
Dhash.h465 int crypto_ahash_final(struct ahash_request *req);
/Linux-v5.15/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c119 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
/Linux-v5.15/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ce_hash_final()
/Linux-v5.15/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ss_hash_final()
/Linux-v5.15/drivers/scsi/
Dlibiscsi_tcp.c264 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
/Linux-v5.15/drivers/crypto/
Dimg-hash.c573 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
Dsa2ul.c1432 ret |= crypto_ahash_final(subreq); in sa_sha_run()
1580 return crypto_ahash_final(&rctx->fallback_req); in sa_sha_final()
Dn2_core.c347 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()
/Linux-v5.15/net/ipv6/
Dtcp_ipv6.c710 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_hdr()
757 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_skb()
/Linux-v5.15/drivers/md/
Ddm-verity-target.c167 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
/Linux-v5.15/net/ipv4/
Dtcp_ipv4.c1341 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_hdr()
1387 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_skb()
/Linux-v5.15/drivers/nvme/target/
Dtcp.c416 crypto_ahash_final(hash); in nvmet_tcp_recv_ddgst()
/Linux-v5.15/drivers/nvme/host/
Dtcp.c343 crypto_ahash_final(hash); in nvme_tcp_ddgst_final()
/Linux-v5.15/drivers/crypto/inside-secure/
Dsafexcel_hash.c2474 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_final(subreq); in safexcel_sha3_final()
/Linux-v5.15/drivers/target/iscsi/
Discsi_target.c1426 crypto_ahash_final(hash); in iscsit_do_crypto_hash_sg()