Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dchacha20poly1305.c218 err = crypto_ahash_update(&preq->req); in poly_cipherpad()
248 err = crypto_ahash_update(&preq->req); in poly_cipher()
277 err = crypto_ahash_update(&preq->req); in poly_adpad()
301 err = crypto_ahash_update(&preq->req); in poly_ad()
327 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.c943 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
1012 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
1031 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
Dccm.c213 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
Dgcm.c219 return crypto_ahash_update(ahreq); in gcm_hash_update()
Dtestmgr.c1365 err = do_ahash_op(crypto_ahash_update, req, &wait, in test_ahash_vec_cfg()
1409 err = do_ahash_op(crypto_ahash_update, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c138 return crypto_ahash_update(req); in checksummer()
219 err = crypto_ahash_update(req); in make_checksum_hmac_md5()
225 err = crypto_ahash_update(req); in make_checksum_hmac_md5()
326 err = crypto_ahash_update(req); in make_checksum()
422 err = crypto_ahash_update(req); in make_checksum_v2()
/Linux-v5.4/fs/verity/
Dhash_algs.c153 err = crypto_wait_req(crypto_ahash_update(req), &wait); in fsverity_prepare_hash_state()
/Linux-v5.4/security/integrity/ima/
Dima_crypto.c295 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm()
558 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
/Linux-v5.4/drivers/md/
Ddm-verity-target.c105 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
114 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
393 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
/Linux-v5.4/arch/x86/crypto/
Dghash-clmulni-intel_glue.c186 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/Linux-v5.4/include/crypto/
Dhash.h526 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
/Linux-v5.4/arch/arm/crypto/
Dghash-ce-glue.c228 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c104 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
/Linux-v5.4/drivers/scsi/
Dlibiscsi_tcp.c216 crypto_ahash_update(segment->hash); in iscsi_tcp_segment_done()
/Linux-v5.4/net/ipv4/
Dtcp.c3806 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data()
3817 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data()
3835 return crypto_ahash_update(hp->md5_req); in tcp_md5_hash_key()
Dtcp_ipv4.c1206 return crypto_ahash_update(hp->md5_req); in tcp_v4_md5_hash_headers()
/Linux-v5.4/drivers/crypto/
Dimg-hash.c557 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
Dn2_core.c332 return crypto_ahash_update(&rctx->fallback_req); in n2_hash_async_update()
/Linux-v5.4/drivers/crypto/marvell/
Dhash.c1104 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_hash.c995 ret = crypto_ahash_update(areq); in safexcel_hmac_init_iv()
/Linux-v5.4/net/ipv6/
Dtcp_ipv6.c616 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers()
/Linux-v5.4/lib/
Diov_iter.c1543 crypto_ahash_update(hash); in hash_and_copy_to_iter()
/Linux-v5.4/drivers/nvme/host/
Dtcp.c293 crypto_ahash_update(hash); in nvme_tcp_ddgst_update()
/Linux-v5.4/drivers/target/iscsi/
Discsi_target.c1393 crypto_ahash_update(hash); in iscsit_do_crypto_hash_sg()