| /linux-6.15/Documentation/crypto/ |
| H A D | api-digest.rst | 17 …tatesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahas…
|
| H A D | api-intro.rst | 76 if (crypto_ahash_digest(req))
|
| /linux-6.15/crypto/ |
| H A D | authenc.c | 150 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv() 292 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
|
| H A D | krb5enc.c | 222 err = crypto_ahash_digest(ahreq); in krb5enc_dispatch_encrypt_hash() 296 err = crypto_ahash_digest(ahreq); in krb5enc_dispatch_decrypt_hash()
|
| H A D | authencesn.c | 146 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv() 305 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
|
| H A D | algif_hash.c | 137 err = crypto_ahash_digest(&ctx->req); in hash_sendmsg()
|
| H A D | ahash.c | 705 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function 725 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
|
| H A D | tcrypt.c | 733 err = crypto_ahash_digest(data[0].req); in do_mult_ahash_op() 929 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest() 980 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest() 991 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
|
| /linux-6.15/net/ipv4/ |
| H A D | ah4.c | 236 err = crypto_ahash_digest(req); in ah_output() 411 err = crypto_ahash_digest(req); in ah_input()
|
| /linux-6.15/net/ipv6/ |
| H A D | ah6.c | 424 err = crypto_ahash_digest(req); in ah6_output() 611 err = crypto_ahash_digest(req); in ah6_input()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | ghash-clmulni-intel_glue.c | 273 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
|
| /linux-6.15/include/crypto/ |
| H A D | hash.h | 475 int crypto_ahash_digest(struct ahash_request *req);
|
| /linux-6.15/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_ahash.c | 62 return crypto_ahash_digest(&rctx->fallback_req); in rk_ahash_digest_fb()
|
| /linux-6.15/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-hash.c | 203 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ce_hash_digest_fb()
|
| /linux-6.15/drivers/crypto/qce/ |
| H A D | sha.c | 383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
|
| /linux-6.15/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 278 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ss_hash_digest_fb()
|
| /linux-6.15/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-common.c | 754 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in eip93_hmac_setkey()
|
| /linux-6.15/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 443 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in starfive_hash_long_setkey()
|
| /linux-6.15/drivers/crypto/intel/keembay/ |
| H A D | keembay-ocs-hcu-core.c | 811 rc = crypto_wait_req(crypto_ahash_digest(req), &wait); in kmb_ocs_hcu_setkey()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | tcp.c | 304 crypto_ahash_digest(hash); in nvmet_tcp_hdgst() 449 crypto_ahash_digest(hash); in nvmet_tcp_calc_ddgst()
|
| /linux-6.15/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 186 return crypto_ahash_digest(&rctx->fallback_req); in tegra_sha_fallback_digest()
|
| /linux-6.15/drivers/crypto/marvell/cesa/ |
| H A D | hash.c | 1159 ret = crypto_ahash_digest(req); in mv_cesa_ahmac_pad_init()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | tcp.c | 484 crypto_ahash_digest(hash); in nvme_tcp_hdgst()
|
| /linux-6.15/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 1066 ret = crypto_ahash_digest(areq); in safexcel_hmac_init_pad()
|
| /linux-6.15/drivers/crypto/ |
| H A D | talitos.c | 2211 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()
|