/linux-6.3-rc2/crypto/ |
A 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()
|
A D | algif_hash.c | 102 err = crypto_wait_req(crypto_ahash_update(&ctx->req), in hash_sendmsg() 169 err = crypto_ahash_update(&ctx->req); in hash_sendpage()
|
A D | tcrypt.c | 752 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies() 821 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles() 840 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
|
A D | ccm.c | 205 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
|
A D | gcm.c | 213 return crypto_ahash_update(ahreq); in gcm_hash_update()
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | gss_krb5_crypto.c | 202 return crypto_ahash_update(req); in checksummer() 256 err = crypto_ahash_update(req); in make_checksum() 347 err = crypto_ahash_update(req); in gss_krb5_checksum() 947 err = crypto_ahash_update(req); in krb5_etm_checksum()
|
/linux-6.3-rc2/fs/verity/ |
A D | hash_algs.c | 204 err = crypto_wait_req(crypto_ahash_update(req), &wait); in fsverity_prepare_hash_state()
|
/linux-6.3-rc2/security/integrity/ima/ |
A 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()
|
/linux-6.3-rc2/arch/x86/crypto/ |
A D | ghash-clmulni-intel_glue.c | 203 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-verity-target.c | 112 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 123 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 424 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
|
/linux-6.3-rc2/include/crypto/ |
A D | hash.h | 549 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
|
/linux-6.3-rc2/drivers/crypto/rockchip/ |
A D | rk3288_crypto_ahash.c | 139 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-hash.c | 147 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ce_hash_update()
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-hash.c | 237 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ss_hash_update()
|
/linux-6.3-rc2/arch/arm/crypto/ |
A D | ghash-ce-glue.c | 240 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | libiscsi_tcp.c | 216 crypto_ahash_update(segment->hash); in iscsi_tcp_segment_done()
|
/linux-6.3-rc2/drivers/crypto/ |
A D | img-hash.c | 563 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
|
A D | sa2ul.c | 1428 ret |= crypto_ahash_update(subreq); in sa_sha_run() 1566 return crypto_ahash_update(&rctx->fallback_req); in sa_sha_update()
|
A D | n2_core.c | 334 return crypto_ahash_update(&rctx->fallback_req); in n2_hash_async_update()
|
/linux-6.3-rc2/net/ipv4/ |
A D | tcp.c | 4519 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data() 4530 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data() 4551 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
|
/linux-6.3-rc2/drivers/crypto/marvell/cesa/ |
A D | hash.c | 1123 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()
|
/linux-6.3-rc2/drivers/crypto/inside-secure/ |
A D | safexcel_hash.c | 1110 ret = crypto_ahash_update(areq); in safexcel_hmac_init_iv() 2417 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_update(subreq); in safexcel_sha3_update()
|
/linux-6.3-rc2/drivers/target/iscsi/ |
A D | iscsi_target.c | 1438 crypto_ahash_update(hash); in iscsit_do_crypto_hash_sg() 1448 crypto_ahash_update(hash); in iscsit_do_crypto_hash_sg()
|
/linux-6.3-rc2/lib/ |
A D | iov_iter.c | 1603 crypto_ahash_update(hash); in hash_and_copy_to_iter()
|
/linux-6.3-rc2/net/ipv6/ |
A D | tcp_ipv6.c | 699 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers()
|