Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-digest.rst17 …size crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash…
/OK3568_Linux_fs/kernel/crypto/
H A 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()
H A Dahash.c340 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function
352 EXPORT_SYMBOL_GPL(crypto_ahash_final);
H A Dtcrypt.c949 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
1017 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
1036 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_crypto.c433 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm()
696 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c200 err = crypto_ahash_final(req); in make_checksum()
293 err = crypto_ahash_final(req); in make_checksum_v2()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c202 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h465 int crypto_ahash_final(struct ahash_request *req);
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dghash-ce-glue.c241 return crypto_ahash_final(cryptd_req); in ghash_async_final()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v1_ahash.c167 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
H A Drk3288_crypto_ahash.c119 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c440 ret = crypto_ahash_final(hdata->async.request); in cryptodev_hash_final()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ce_hash_final()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ss_hash_final()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dlibiscsi_tcp.c264 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c709 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_hdr()
756 if (crypto_ahash_final(req)) in tcp_v6_md5_hash_skb()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dimg-hash.c572 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
H A Dsa2ul.c1410 ret |= crypto_ahash_final(subreq); in sa_sha_run()
1557 return crypto_ahash_final(&rctx->fallback_req); in sa_sha_final()
H A Dn2_core.c346 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-verity-target.c167 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c1322 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_hdr()
1368 if (crypto_ahash_final(req)) in tcp_v4_md5_hash_skb()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dtcp.c404 crypto_ahash_final(hash); in nvmet_tcp_recv_ddgst()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_rockchip1713 crypto_ahash_final
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dtcp.c377 crypto_ahash_final(hash); in nvme_tcp_ddgst_final()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2473 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_final(subreq); in safexcel_sha3_final()

12