| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-digest.rst | 17 …size crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash…
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | algif_hash.c | 121 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 D | ahash.c | 340 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function 352 EXPORT_SYMBOL_GPL(crypto_ahash_final);
|
| H A D | tcrypt.c | 949 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 D | ima_crypto.c | 433 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 D | gss_krb5_crypto.c | 200 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 D | ghash-clmulni-intel_glue.c | 202 return crypto_ahash_final(cryptd_req); in ghash_async_final()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | hash.h | 465 int crypto_ahash_final(struct ahash_request *req);
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 241 return crypto_ahash_final(cryptd_req); in ghash_async_final()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v1_ahash.c | 167 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
|
| H A D | rk3288_crypto_ahash.c | 119 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | cryptlib.c | 440 ret = crypto_ahash_final(hdata->async.request); in cryptodev_hash_final()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-hash.c | 131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ce_hash_final()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ss_hash_final()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | libiscsi_tcp.c | 264 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | tcp_ipv6.c | 709 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 D | img-hash.c | 572 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
|
| H A D | sa2ul.c | 1410 ret |= crypto_ahash_final(subreq); in sa_sha_run() 1557 return crypto_ahash_final(&rctx->fallback_req); in sa_sha_final()
|
| H A D | n2_core.c | 346 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-verity-target.c | 167 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_ipv4.c | 1322 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 D | tcp.c | 404 crypto_ahash_final(hash); in nvmet_tcp_recv_ddgst()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_rockchip | 1713 crypto_ahash_final
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | tcp.c | 377 crypto_ahash_final(hash); in nvme_tcp_ddgst_final()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 2473 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_final(subreq); in safexcel_sha3_final()
|