Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/crypto/
Dapi-digest.rst17 …size crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash…
/linux-6.6.21/crypto/
Dalgif_hash.c97 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()
Dahash.c302 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function
312 EXPORT_SYMBOL_GPL(crypto_ahash_final);
Dtcrypt.c760 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
828 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
847 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
Dtestmgr.c1599 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/linux-6.6.21/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c264 err = crypto_ahash_final(req); in make_checksum()
353 err = crypto_ahash_final(req); in gss_krb5_checksum()
966 err = crypto_ahash_final(req); in krb5_etm_checksum()
/linux-6.6.21/security/integrity/ima/
Dima_crypto.c433 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm()
696 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
/linux-6.6.21/arch/x86/crypto/
Dghash-clmulni-intel_glue.c221 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/linux-6.6.21/include/crypto/
Dhash.h496 int crypto_ahash_final(struct ahash_request *req);
/linux-6.6.21/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c159 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
/linux-6.6.21/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c132 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ce_hash_final()
/linux-6.6.21/arch/arm/crypto/
Dghash-ce-glue.c258 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/linux-6.6.21/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c222 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ss_hash_final()
/linux-6.6.21/drivers/crypto/starfive/
Djh7110-hash.c319 return crypto_ahash_final(&rctx->ahash_fbk_req); in starfive_hash_final()
/linux-6.6.21/drivers/scsi/
Dlibiscsi_tcp.c264 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
/linux-6.6.21/drivers/crypto/
Dimg-hash.c577 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
Dsa2ul.c1433 ret |= crypto_ahash_final(subreq); in sa_sha_run()
1581 return crypto_ahash_final(&rctx->fallback_req); in sa_sha_final()
Dn2_core.c348 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()
/linux-6.6.21/net/ipv6/
Dtcp_ipv6.c718 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_hdr()
765 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_skb()
/linux-6.6.21/drivers/md/
Ddm-verity-target.c177 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
/linux-6.6.21/net/ipv4/
Dtcp_ipv4.c1424 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_hdr()
1470 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_skb()
/linux-6.6.21/drivers/nvme/host/
Dtcp.c395 crypto_ahash_final(hash); in nvme_tcp_ddgst_final()
/linux-6.6.21/drivers/crypto/inside-secure/
Dsafexcel_hash.c2427 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_final(subreq); in safexcel_sha3_final()
/linux-6.6.21/drivers/target/iscsi/
Discsi_target.c1464 crypto_ahash_final(hash); in iscsit_do_crypto_hash_sg()