| /linux-6.15/Documentation/crypto/ |
| H A D | api-digest.rst | 17 …:functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_…
|
| /linux-6.15/crypto/ |
| H A D | algif_hash.c | 141 crypto_ahash_init(&ctx->req), in hash_sendmsg() 203 err = crypto_wait_req(crypto_ahash_init(&ctx->req), in hash_recvmsg()
|
| H A D | ahash.c | 535 int crypto_ahash_init(struct ahash_request *req) in crypto_ahash_init() function 552 EXPORT_SYMBOL_GPL(crypto_ahash_init); 698 err = crypto_ahash_init(req); in ahash_def_digest()
|
| H A D | chacha20poly1305.c | 348 err = crypto_ahash_init(&preq->req); in poly_init()
|
| H A D | tcrypt.c | 952 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_jiffies() 1021 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles() 1040 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
|
| H A D | ccm.c | 203 err = crypto_ahash_init(ahreq); in crypto_ccm_auth()
|
| H A D | gcm.c | 405 return crypto_ahash_init(ahreq) ?: in gcm_hash()
|
| /linux-6.15/security/integrity/ima/ |
| H A D | ima_crypto.c | 347 rc = ahash_wait(crypto_ahash_init(req), &wait); in ima_calc_file_hash_atfm() 678 rc = ahash_wait(crypto_ahash_init(req), &wait); in calc_buffer_ahash_atfm()
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 186 err = crypto_ahash_init(req); in gss_krb5_checksum() 752 err = crypto_ahash_init(req); in krb5_etm_checksum()
|
| /linux-6.15/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-common.c | 779 ret = crypto_ahash_init(req); in eip93_hmac_setkey() 794 ret = crypto_ahash_init(req); in eip93_hmac_setkey()
|
| /linux-6.15/include/crypto/ |
| H A D | hash.h | 514 int crypto_ahash_init(struct ahash_request *req);
|
| /linux-6.15/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_ahash.c | 130 return crypto_ahash_init(&rctx->fallback_req); in rk_ahash_init()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_ao.c | 33 ret = crypto_ahash_init(hp->req); in tcp_ao_calc_traffic_key() 581 if (crypto_ahash_init(hp.req)) in tcp_ao_hash_hdr() 642 if (crypto_ahash_init(hp.req)) in tcp_ao_hash_skb() 1415 err = crypto_ahash_init(hp.req); in tcp_ao_parse_crypto()
|
| H A D | tcp_ipv4.c | 1611 if (crypto_ahash_init(hp.req)) 1651 if (crypto_ahash_init(hp.req))
|
| /linux-6.15/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-hash.c | 83 return crypto_ahash_init(&rctx->fallback_req); in sun8i_ce_hash_init()
|
| /linux-6.15/drivers/crypto/marvell/cesa/ |
| H A D | hash.c | 868 ret = crypto_ahash_init(req); in mv_cesa_ahash_import() 1119 ret = crypto_ahash_init(req); in mv_cesa_ahmac_iv_state_init()
|
| /linux-6.15/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 155 return crypto_ahash_init(&rctx->fallback_req); in sun8i_ss_hash_init()
|
| /linux-6.15/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 269 return crypto_ahash_init(&rctx->ahash_fbk_req); in starfive_hash_init()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | tcp.c | 529 crypto_ahash_init(queue->rcv_hash); in nvme_tcp_check_ddgst() 1210 crypto_ahash_init(queue->snd_hash); in nvme_tcp_try_send_cmd_pdu() 1247 crypto_ahash_init(queue->snd_hash); in nvme_tcp_try_send_data_pdu()
|
| /linux-6.15/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 903 ret = crypto_ahash_init(areq); in safexcel_ahash_import() 1102 ret = crypto_ahash_init(areq); in safexcel_hmac_init_iv() 2403 ret = ret ?: crypto_ahash_init(subreq); in safexcel_sha3_fbcheck()
|
| /linux-6.15/drivers/crypto/ |
| H A D | img-hash.c | 497 return crypto_ahash_init(&rctx->fallback_req); in img_hash_init()
|
| H A D | sa2ul.c | 1423 crypto_ahash_init(subreq); in sa_sha_run() 1552 return crypto_ahash_init(&rctx->fallback_req); in sa_sha_init()
|
| /linux-6.15/net/ipv6/ |
| H A D | tcp_ipv6.c | 725 if (crypto_ahash_init(hp.req)) in tcp_v6_md5_hash_hdr() 766 if (crypto_ahash_init(hp.req)) in tcp_v6_md5_hash_skb()
|
| /linux-6.15/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 123 return crypto_ahash_init(&rctx->fallback_req); in tegra_sha_fallback_init()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-verity-target.c | 165 r = crypto_wait_req(crypto_ahash_init(req), wait); in verity_ahash_init()
|