Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/crypto/
Dapi-digest.rst17 …size crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash…
/Linux-v5.4/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.c371 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function
383 EXPORT_SYMBOL_GPL(crypto_ahash_final);
Dtcrypt.c948 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
1016 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
1035 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
Dtestmgr.c1414 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/Linux-v5.4/security/integrity/ima/
Dima_crypto.c308 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm()
564 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
/Linux-v5.4/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-v5.4/arch/x86/crypto/
Dghash-clmulni-intel_glue.c204 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/Linux-v5.4/include/crypto/
Dhash.h442 int crypto_ahash_final(struct ahash_request *req);
/Linux-v5.4/arch/arm/crypto/
Dghash-ce-glue.c246 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c118 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
/Linux-v5.4/drivers/scsi/
Dlibiscsi_tcp.c264 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
/Linux-v5.4/net/ipv6/
Dtcp_ipv6.c638 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_hdr()
685 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_skb()
/Linux-v5.4/drivers/crypto/
Dimg-hash.c571 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
Dn2_core.c345 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()
/Linux-v5.4/drivers/md/
Ddm-verity-target.c166 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
/Linux-v5.4/net/ipv4/
Dtcp_ipv4.c1227 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_hdr()
1273 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_skb()
/Linux-v5.4/drivers/nvme/host/
Dtcp.c282 crypto_ahash_final(hash); in nvme_tcp_ddgst_final()
/Linux-v5.4/drivers/target/iscsi/
Discsi_target.c1410 crypto_ahash_final(hash); in iscsit_do_crypto_hash_sg()