Home
last modified time | relevance | path

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

12

/linux-5.19.10/crypto/
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()
Dalgif_hash.c102 err = crypto_wait_req(crypto_ahash_update(&ctx->req), in hash_sendmsg()
168 err = crypto_ahash_update(&ctx->req); in hash_sendpage()
Dtcrypt.c763 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
832 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
851 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
Dccm.c205 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
Dgcm.c213 return crypto_ahash_update(ahreq); in gcm_hash_update()
/linux-5.19.10/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c138 return crypto_ahash_update(req); in checksummer()
192 err = crypto_ahash_update(req); in make_checksum()
288 err = crypto_ahash_update(req); in make_checksum_v2()
/linux-5.19.10/fs/verity/
Dhash_algs.c202 err = crypto_wait_req(crypto_ahash_update(req), &wait); in fsverity_prepare_hash_state()
/linux-5.19.10/security/integrity/ima/
Dima_crypto.c420 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm()
690 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
/linux-5.19.10/arch/x86/crypto/
Dghash-clmulni-intel_glue.c184 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/linux-5.19.10/drivers/md/
Ddm-verity-target.c107 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
116 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
398 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
/linux-5.19.10/arch/arm/crypto/
Dghash-ce-glue.c223 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/linux-5.19.10/include/crypto/
Dhash.h549 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
/linux-5.19.10/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c105 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c147 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ce_hash_update()
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c237 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ss_hash_update()
/linux-5.19.10/drivers/scsi/
Dlibiscsi_tcp.c216 crypto_ahash_update(segment->hash); in iscsi_tcp_segment_done()
/linux-5.19.10/drivers/crypto/
Dimg-hash.c559 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
Dsa2ul.c1429 ret |= crypto_ahash_update(subreq); in sa_sha_run()
1567 return crypto_ahash_update(&rctx->fallback_req); in sa_sha_update()
Dn2_core.c334 return crypto_ahash_update(&rctx->fallback_req); in n2_hash_async_update()
/linux-5.19.10/net/ipv4/
Dtcp.c4408 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data()
4419 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data()
4440 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
/linux-5.19.10/drivers/crypto/marvell/cesa/
Dhash.c1141 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()
/linux-5.19.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c1131 ret = crypto_ahash_update(areq); in safexcel_hmac_init_iv()
2464 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_update(subreq); in safexcel_sha3_update()
/linux-5.19.10/drivers/target/iscsi/
Discsi_target.c1409 crypto_ahash_update(hash); in iscsit_do_crypto_hash_sg()
1419 crypto_ahash_update(hash); in iscsit_do_crypto_hash_sg()
/linux-5.19.10/lib/
Diov_iter.c1755 crypto_ahash_update(hash); in hash_and_copy_to_iter()
/linux-5.19.10/net/ipv6/
Dtcp_ipv6.c692 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers()

12