Home
last modified time | relevance | path

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

12

/linux/Documentation/crypto/
H A Dapi-digest.rst17 …size crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash…
/linux/crypto/
H A 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()
H A Dahash.c339 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function
348 EXPORT_SYMBOL_GPL(crypto_ahash_final);
H A 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()
/linux/net/sunrpc/auth_gss/
H A 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/security/integrity/ima/
H A Dima_crypto.c428 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm()
691 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
/linux/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c221 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/linux/include/crypto/
H A Dhash.h455 int crypto_ahash_final(struct ahash_request *req);
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c159 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
/linux/net/ipv4/
H A Dtcp_ao.c40 ret = crypto_ahash_final(hp->req); in tcp_ao_calc_traffic_key()
586 if (crypto_ahash_final(hp.req)) in tcp_ao_hash_hdr()
637 if (crypto_ahash_final(hp.req)) in tcp_ao_hash_skb()
1402 err |= crypto_ahash_final(hp.req); in tcp_ao_parse_crypto()
H A Dtcp_ipv4.c1598 if (crypto_ahash_final(hp.req))
1641 if (crypto_ahash_final(hp.req))
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c132 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ce_hash_final()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c205 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ss_hash_final()
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c258 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c303 return crypto_ahash_final(&rctx->ahash_fbk_req); in starfive_hash_final()
/linux/drivers/scsi/
H A Dlibiscsi_tcp.c264 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
/linux/drivers/crypto/
H A Dimg-hash.c577 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
H A Dsa2ul.c1433 ret |= crypto_ahash_final(subreq); in sa_sha_run()
1581 return crypto_ahash_final(&rctx->fallback_req); in sa_sha_final()
H A Dn2_core.c348 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c151 return crypto_ahash_final(&rctx->fallback_req); in tegra_sha_fallback_final()
/linux/net/ipv6/
H A Dtcp_ipv6.c736 if (crypto_ahash_final(hp.req)) in tcp_v6_md5_hash_hdr()
780 if (crypto_ahash_final(hp.req)) in tcp_v6_md5_hash_skb()
/linux/drivers/md/
H A Ddm-verity-target.c178 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
/linux/drivers/nvme/host/
H A Dtcp.c433 crypto_ahash_final(hash); in nvme_tcp_ddgst_final()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2427 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_final(subreq); in safexcel_sha3_final()
/linux/drivers/target/iscsi/
H A Discsi_target.c1458 crypto_ahash_final(hash); in iscsit_do_crypto_hash_sg()

12