Searched refs:crypto_ahash_final (Results 1 – 24 of 24) sorted by relevance
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | api-digest.rst | 17 …size crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash…
|
/kernel/linux/linux-5.10/crypto/ |
D | algif_hash.c | 121 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()
|
D | ahash.c | 340 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function 352 EXPORT_SYMBOL_GPL(crypto_ahash_final);
|
D | tcrypt.c | 949 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies() 1017 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles() 1036 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
|
D | testmgr.c | 1503 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
D | ima_crypto.c | 433 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()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 202 return crypto_ahash_final(cryptd_req); in ghash_async_final()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 200 err = crypto_ahash_final(req); in make_checksum() 293 err = crypto_ahash_final(req); in make_checksum_v2()
|
/kernel/linux/linux-5.10/include/crypto/ |
D | hash.h | 465 int crypto_ahash_final(struct ahash_request *req);
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | ghash-ce-glue.c | 241 return crypto_ahash_final(cryptd_req); in ghash_async_final()
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 150 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-hash.c | 131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ce_hash_final()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-hash.c | 131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ss_hash_final()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | libiscsi_tcp.c | 264 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | img-hash.c | 576 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
|
D | sa2ul.c | 1410 ret |= crypto_ahash_final(subreq); in sa_sha_run() 1557 return crypto_ahash_final(&rctx->fallback_req); in sa_sha_final()
|
D | n2_core.c | 346 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | tcp_ipv6.c | 711 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_hdr() 758 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_skb()
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-verity-target.c | 167 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_ipv4.c | 1322 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_hdr() 1368 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_skb()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | tcp.c | 404 crypto_ahash_final(hash); in nvmet_tcp_recv_ddgst()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | tcp.c | 377 crypto_ahash_final(hash); in nvme_tcp_ddgst_final()
|
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 2472 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_final(subreq); in safexcel_sha3_final()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
D | iscsi_target.c | 1424 crypto_ahash_final(hash); in iscsit_do_crypto_hash_sg()
|