Searched refs:crypto_ahash_final (Results 1 – 25 of 27) sorted by relevance
12
/linux/Documentation/crypto/ |
A D | api-digest.rst | 17 …size crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash…
|
/linux/crypto/ |
A 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()
|
A D | ahash.c | 340 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function 352 EXPORT_SYMBOL_GPL(crypto_ahash_final);
|
A D | tcrypt.c | 962 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()
|
A D | testmgr.c | 1501 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
|
/linux/security/integrity/ima/ |
A D | ima_crypto.c | 432 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/net/sunrpc/auth_gss/ |
A D | gss_krb5_crypto.c | 200 err = crypto_ahash_final(req); in make_checksum() 293 err = crypto_ahash_final(req); in make_checksum_v2()
|
/linux/arch/x86/crypto/ |
A D | ghash-clmulni-intel_glue.c | 202 return crypto_ahash_final(cryptd_req); in ghash_async_final()
|
/linux/include/crypto/ |
A D | hash.h | 465 int crypto_ahash_final(struct ahash_request *req);
|
/linux/arch/arm/crypto/ |
A D | ghash-ce-glue.c | 241 return crypto_ahash_final(cryptd_req); in ghash_async_final()
|
/linux/drivers/crypto/rockchip/ |
A D | rk3288_crypto_ahash.c | 119 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-hash.c | 131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ce_hash_final()
|
/linux/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-hash.c | 131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ss_hash_final()
|
/linux/drivers/scsi/ |
A D | libiscsi_tcp.c | 264 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
|
/linux/net/ipv6/ |
A D | tcp_ipv6.c | 713 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_hdr() 760 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_skb()
|
/linux/drivers/crypto/ |
A D | img-hash.c | 573 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
|
A D | sa2ul.c | 1432 ret |= crypto_ahash_final(subreq); in sa_sha_run() 1580 return crypto_ahash_final(&rctx->fallback_req); in sa_sha_final()
|
A D | n2_core.c | 347 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()
|
/linux/drivers/md/ |
A D | dm-verity-target.c | 168 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
|
/linux/net/ipv4/ |
A D | tcp_ipv4.c | 1344 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_hdr() 1390 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_skb()
|
/linux/drivers/nvme/target/ |
A D | tcp.c | 430 crypto_ahash_final(hash); in nvmet_tcp_recv_ddgst()
|
/linux/drivers/nvme/host/ |
A D | tcp.c | 343 crypto_ahash_final(hash); in nvme_tcp_ddgst_final()
|
/linux/drivers/crypto/inside-secure/ |
A D | safexcel_hash.c | 2474 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_final(subreq); in safexcel_sha3_final()
|
/linux/drivers/target/iscsi/ |
A D | iscsi_target.c | 1426 crypto_ahash_final(hash); in iscsit_do_crypto_hash_sg()
|
/linux/ |
A D | vmlinux.symvers | 206 0x00000000 crypto_ahash_final vmlinux EXPORT_SYMBOL_GPL
|
Completed in 82 milliseconds
12