Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-digest.rst17 …size crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash…
/Linux-v4.19/crypto/
Dalgif_hash.c126 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_sendmsg()
220 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_recvmsg()
Dahash.c365 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function
369 EXPORT_SYMBOL_GPL(crypto_ahash_final);
Dmcryptd.c397 err = crypto_ahash_final(&rctx->areq); in mcryptd_hash_final()
Dtcrypt.c952 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
1020 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
1039 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
Dtestmgr.c377 ret = crypto_wait_req(crypto_ahash_final(req), &wait); in __test_hash()
548 ret = crypto_wait_req(crypto_ahash_final(req), &wait); in __test_hash()
/Linux-v4.19/security/integrity/ima/
Dima_crypto.c310 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm()
547 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c233 err = crypto_ahash_final(req); in make_checksum_hmac_md5()
334 err = crypto_ahash_final(req); in make_checksum()
427 err = crypto_ahash_final(req); in make_checksum_v2()
/Linux-v4.19/arch/x86/crypto/
Dghash-clmulni-intel_glue.c207 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/Linux-v4.19/arch/arm/crypto/
Dghash-ce-glue.c205 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/Linux-v4.19/include/crypto/
Dhash.h439 int crypto_ahash_final(struct ahash_request *req);
/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c121 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb.c810 return crypto_ahash_final(mcryptd_req); in sha1_mb_async_final()
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_mb.c809 return crypto_ahash_final(mcryptd_req); in sha256_mb_async_final()
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_mb.c842 return crypto_ahash_final(mcryptd_req); in sha512_mb_async_final()
/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c626 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_hdr()
673 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_skb()
/Linux-v4.19/drivers/scsi/
Dlibiscsi_tcp.c266 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
/Linux-v4.19/drivers/crypto/
Dimg-hash.c574 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
Dn2_core.c344 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()
/Linux-v4.19/drivers/md/
Ddm-verity-target.c166 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
/Linux-v4.19/net/ipv4/
Dtcp_ipv4.c1212 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_hdr()
1258 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_skb()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_worker.c350 crypto_ahash_final(req); in drbd_csum_bio()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target.c1405 crypto_ahash_final(hash); in iscsit_do_crypto_hash_sg()