Searched refs:crypto_ahash_update (Results 1 – 25 of 25) sorted by relevance
| /Linux-v5.4/crypto/ |
| D | chacha20poly1305.c | 218 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()
|
| 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 | 943 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()
|
| D | ccm.c | 213 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
|
| D | gcm.c | 219 return crypto_ahash_update(ahreq); in gcm_hash_update()
|
| D | testmgr.c | 1365 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/ |
| D | gss_krb5_crypto.c | 138 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/ |
| D | hash_algs.c | 153 err = crypto_wait_req(crypto_ahash_update(req), &wait); in fsverity_prepare_hash_state()
|
| /Linux-v5.4/security/integrity/ima/ |
| D | ima_crypto.c | 295 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/ |
| D | dm-verity-target.c | 105 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/ |
| D | ghash-clmulni-intel_glue.c | 186 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|
| /Linux-v5.4/include/crypto/ |
| D | hash.h | 526 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
|
| /Linux-v5.4/arch/arm/crypto/ |
| D | ghash-ce-glue.c | 228 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|
| /Linux-v5.4/drivers/crypto/rockchip/ |
| D | rk3288_crypto_ahash.c | 104 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
|
| /Linux-v5.4/drivers/scsi/ |
| D | libiscsi_tcp.c | 216 crypto_ahash_update(segment->hash); in iscsi_tcp_segment_done()
|
| /Linux-v5.4/net/ipv4/ |
| D | tcp.c | 3806 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()
|
| D | tcp_ipv4.c | 1206 return crypto_ahash_update(hp->md5_req); in tcp_v4_md5_hash_headers()
|
| /Linux-v5.4/drivers/crypto/ |
| D | img-hash.c | 557 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
|
| D | n2_core.c | 332 return crypto_ahash_update(&rctx->fallback_req); in n2_hash_async_update()
|
| /Linux-v5.4/drivers/crypto/marvell/ |
| D | hash.c | 1104 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()
|
| /Linux-v5.4/drivers/crypto/inside-secure/ |
| D | safexcel_hash.c | 995 ret = crypto_ahash_update(areq); in safexcel_hmac_init_iv()
|
| /Linux-v5.4/net/ipv6/ |
| D | tcp_ipv6.c | 616 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers()
|
| /Linux-v5.4/lib/ |
| D | iov_iter.c | 1543 crypto_ahash_update(hash); in hash_and_copy_to_iter()
|
| /Linux-v5.4/drivers/nvme/host/ |
| D | tcp.c | 293 crypto_ahash_update(hash); in nvme_tcp_ddgst_update()
|
| /Linux-v5.4/drivers/target/iscsi/ |
| D | iscsi_target.c | 1393 crypto_ahash_update(hash); in iscsit_do_crypto_hash_sg()
|