Home
last modified time | relevance | path

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

/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()
H A Dtestmgr.c1629 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/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/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.c41 ret = crypto_ahash_final(hp->req); in tcp_ao_calc_traffic_key()
605 if (crypto_ahash_final(hp.req)) in tcp_ao_hash_hdr()
656 if (crypto_ahash_final(hp.req)) in tcp_ao_hash_skb()
1424 err |= crypto_ahash_final(hp.req); in tcp_ao_parse_crypto()
H A Dtcp_ipv4.c1605 if (crypto_ahash_final(hp.req))
1648 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/drivers/crypto/starfive/
H A Djh7110-hash.c303 return crypto_ahash_final(&rctx->ahash_fbk_req); in starfive_hash_final()
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c258 return crypto_ahash_final(cryptd_req); in ghash_async_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 Dn2_core.c348 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()
/linux/net/ipv6/
H A Dtcp_ipv6.c732 if (crypto_ahash_final(hp.req)) in tcp_v6_md5_hash_hdr()
776 if (crypto_ahash_final(hp.req)) in tcp_v6_md5_hash_skb()
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c151 return crypto_ahash_final(&rctx->fallback_req); in tegra_sha_fallback_final()
/linux/drivers/nvme/host/
H A Dtcp.c448 crypto_ahash_final(hash); in nvme_tcp_ddgst_final()
/linux/drivers/target/iscsi/
H A Discsi_target.c1458 crypto_ahash_final(hash); in iscsit_do_crypto_hash_sg()