/kernel/linux/linux-5.10/crypto/ |
D | chacha20poly1305.c | 216 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()
|
D | algif_hash.c | 102 err = crypto_wait_req(crypto_ahash_update(&ctx->req), in hash_sendmsg() 168 err = crypto_ahash_update(&ctx->req); in hash_sendpage()
|
D | tcrypt.c | 944 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies() 1013 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles() 1032 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
|
D | ccm.c | 204 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
|
D | gcm.c | 213 return crypto_ahash_update(ahreq); in gcm_hash_update()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 138 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()
|
/kernel/linux/linux-5.10/fs/verity/ |
D | hash_algs.c | 202 err = crypto_wait_req(crypto_ahash_update(req), &wait); in fsverity_prepare_hash_state()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
D | ima_crypto.c | 420 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm() 690 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 184 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-verity-target.c | 106 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 115 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 397 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
|
/kernel/linux/linux-5.10/include/crypto/ |
D | hash.h | 549 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | ghash-ce-glue.c | 223 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 136 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-hash.c | 146 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ce_hash_update()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-hash.c | 146 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ss_hash_update()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | libiscsi_tcp.c | 216 crypto_ahash_update(segment->hash); in iscsi_tcp_segment_done()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | img-hash.c | 562 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
|
D | sa2ul.c | 1406 ret |= crypto_ahash_update(subreq); in sa_sha_run() 1543 return crypto_ahash_update(&rctx->fallback_req); in sa_sha_update()
|
D | n2_core.c | 333 return crypto_ahash_update(&rctx->fallback_req); in n2_hash_async_update()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp.c | 4111 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data() 4122 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data() 4143 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/ |
D | hash.c | 1117 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()
|
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 1129 ret = crypto_ahash_update(areq); in safexcel_hmac_init_iv() 2462 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_update(subreq); in safexcel_sha3_update()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | tcp.c | 401 crypto_ahash_update(hash); in nvmet_tcp_recv_ddgst()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
D | iscsi_target.c | 1398 crypto_ahash_update(hash); in iscsit_do_crypto_hash_sg() 1408 crypto_ahash_update(hash); in iscsit_do_crypto_hash_sg()
|
/kernel/linux/linux-5.10/lib/ |
D | iov_iter.c | 1576 crypto_ahash_update(hash); in hash_and_copy_to_iter()
|