Home
last modified time | relevance | path

Searched refs:crypto_ahash_update (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.15/crypto/
H A Dchacha20poly1305.c216 err = crypto_ahash_update(&preq->req); in poly_cipherpad()
246 err = crypto_ahash_update(&preq->req); in poly_cipher()
275 err = crypto_ahash_update(&preq->req); in poly_adpad()
299 err = crypto_ahash_update(&preq->req); in poly_ad()
325 err = crypto_ahash_update(&preq->req); in poly_setkey()
H A Dahash.c595 int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
609 EXPORT_SYMBOL_GPL(crypto_ahash_update);
658 err = crypto_ahash_update(req); in ahash_def_digest_finish()
788 err = crypto_ahash_update(req); in ahash_def_finup()
H A Dalgif_hash.c149 err = crypto_ahash_update(&ctx->req); in hash_sendmsg()
H A Dtcrypt.c956 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
1025 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
1044 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
H A Dccm.c206 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
H A Dgcm.c213 return crypto_ahash_update(ahreq); in gcm_hash_update()
H A Dtestmgr.c1580 err = do_ahash_op(crypto_ahash_update, req, &wait, in test_ahash_vec_cfg()
1624 err = do_ahash_op(crypto_ahash_update, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/linux-6.15/net/ipv4/
H A Dtcp_sigpool.c342 if (crypto_ahash_update(req)) in tcp_sigpool_hash_skb_data()
353 if (crypto_ahash_update(req)) in tcp_sigpool_hash_skb_data()
H A Dtcp_ao.c39 crypto_ahash_update(hp->req); in tcp_ao_calc_traffic_key()
454 return crypto_ahash_update(hp->req); in tcp_v4_ao_hash_pseudoheader()
523 return crypto_ahash_update(hp->req); in tcp_ao_hash_sne()
555 err = crypto_ahash_update(hp->req); in tcp_ao_hash_header()
1420 err = crypto_ahash_update(hp.req); in tcp_ao_parse_crypto()
/linux-6.15/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c148 return crypto_ahash_update(req); in checksummer()
203 err = crypto_ahash_update(req); in gss_krb5_checksum()
758 err = crypto_ahash_update(req); in krb5_etm_checksum()
/linux-6.15/net/ipv6/
H A Dtcp_ao.c131 return crypto_ahash_update(hp->req); in tcp_v6_ao_hash_pseudoheader()
/linux-6.15/security/integrity/ima/
H A Dima_crypto.c415 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm()
685 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
/linux-6.15/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c216 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/linux-6.15/include/crypto/
H A Dhash.h527 int crypto_ahash_update(struct ahash_request *req);
/linux-6.15/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c145 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
/linux-6.15/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c147 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ce_hash_update()
/linux-6.15/net/core/
H A Ddatagram.c496 crypto_ahash_update(hash); in hash_and_copy_to_iter()
/linux-6.15/drivers/md/
H A Ddm-verity-target.c130 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_ahash_update()
141 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_ahash_update()
/linux-6.15/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c220 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ss_hash_update()
/linux-6.15/drivers/crypto/starfive/
H A Djh7110-hash.c286 return crypto_ahash_update(&rctx->ahash_fbk_req); in starfive_hash_update()
/linux-6.15/drivers/crypto/
H A Dimg-hash.c563 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
H A Dsa2ul.c1429 ret |= crypto_ahash_update(subreq); in sa_sha_run()
1567 return crypto_ahash_update(&rctx->fallback_req); in sa_sha_update()
/linux-6.15/drivers/crypto/tegra/
H A Dtegra-se-hash.c138 return crypto_ahash_update(&rctx->fallback_req); in tegra_sha_fallback_update()
/linux-6.15/drivers/crypto/marvell/cesa/
H A Dhash.c1123 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()
/linux-6.15/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1110 ret = crypto_ahash_update(areq); in safexcel_hmac_init_iv()
2417 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_update(subreq); in safexcel_sha3_update()

12