/Linux-v4.19/crypto/ |
D | chacha20poly1305.c | 227 err = crypto_ahash_update(&preq->req); in poly_cipherpad() 258 err = crypto_ahash_update(&preq->req); in poly_cipher() 288 err = crypto_ahash_update(&preq->req); in poly_adpad() 312 err = crypto_ahash_update(&preq->req); in poly_ad() 339 err = crypto_ahash_update(&preq->req); in poly_setkey()
|
D | algif_hash.c | 107 err = crypto_wait_req(crypto_ahash_update(&ctx->req), in hash_sendmsg() 173 err = crypto_ahash_update(&ctx->req); in hash_sendpage()
|
D | mcryptd.c | 370 err = crypto_ahash_update(&rctx->areq); in mcryptd_hash_update()
|
D | tcrypt.c | 947 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies() 1016 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles() 1035 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
|
D | testmgr.c | 248 ret = crypto_wait_req(crypto_ahash_update(req), wait); in ahash_partial_update() 365 ret = crypto_wait_req(crypto_ahash_update(req), &wait); in __test_hash() 529 ret = crypto_wait_req(crypto_ahash_update(req), &wait); in __test_hash()
|
D | ccm.c | 215 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
|
D | gcm.c | 235 return crypto_ahash_update(ahreq); in gcm_hash_update()
|
/Linux-v4.19/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-v4.19/security/integrity/ima/ |
D | ima_crypto.c | 295 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm() 541 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
|
/Linux-v4.19/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-v4.19/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 189 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|
/Linux-v4.19/arch/arm/crypto/ |
D | ghash-ce-glue.c | 187 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|
/Linux-v4.19/include/crypto/ |
D | hash.h | 523 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
|
/Linux-v4.19/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 107 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | sha1_mb.c | 784 return crypto_ahash_update(mcryptd_req); in sha1_mb_async_update()
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | sha256_mb.c | 783 return crypto_ahash_update(mcryptd_req); in sha256_mb_async_update()
|
/Linux-v4.19/arch/x86/crypto/sha512-mb/ |
D | sha512_mb.c | 816 return crypto_ahash_update(mcryptd_req); in sha512_mb_async_update()
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_worker.c | 316 crypto_ahash_update(req); in drbd_csum_ee() 343 crypto_ahash_update(req); in drbd_csum_bio()
|
/Linux-v4.19/drivers/scsi/ |
D | libiscsi_tcp.c | 218 crypto_ahash_update(segment->hash); in iscsi_tcp_segment_done()
|
/Linux-v4.19/net/ipv4/ |
D | tcp.c | 3698 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data() 3709 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data() 3727 return crypto_ahash_update(hp->md5_req); in tcp_md5_hash_key()
|
/Linux-v4.19/drivers/crypto/ |
D | img-hash.c | 560 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
|
D | n2_core.c | 331 return crypto_ahash_update(&rctx->fallback_req); in n2_hash_async_update()
|
/Linux-v4.19/drivers/crypto/marvell/ |
D | hash.c | 1108 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()
|
/Linux-v4.19/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 921 ret = crypto_ahash_update(areq); in safexcel_hmac_init_iv()
|
/Linux-v4.19/net/ipv6/ |
D | tcp_ipv6.c | 604 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers()
|