Home
last modified time | relevance | path

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

12

/Linux-v4.19/crypto/
Dchacha20poly1305.c227 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()
Dalgif_hash.c107 err = crypto_wait_req(crypto_ahash_update(&ctx->req), in hash_sendmsg()
173 err = crypto_ahash_update(&ctx->req); in hash_sendpage()
Dmcryptd.c370 err = crypto_ahash_update(&rctx->areq); in mcryptd_hash_update()
Dtcrypt.c947 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()
Dtestmgr.c248 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()
Dccm.c215 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
Dgcm.c235 return crypto_ahash_update(ahreq); in gcm_hash_update()
/Linux-v4.19/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-v4.19/security/integrity/ima/
Dima_crypto.c295 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/
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-v4.19/arch/x86/crypto/
Dghash-clmulni-intel_glue.c189 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/Linux-v4.19/arch/arm/crypto/
Dghash-ce-glue.c187 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/Linux-v4.19/include/crypto/
Dhash.h523 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c107 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb.c784 return crypto_ahash_update(mcryptd_req); in sha1_mb_async_update()
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_mb.c783 return crypto_ahash_update(mcryptd_req); in sha256_mb_async_update()
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_mb.c816 return crypto_ahash_update(mcryptd_req); in sha512_mb_async_update()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_worker.c316 crypto_ahash_update(req); in drbd_csum_ee()
343 crypto_ahash_update(req); in drbd_csum_bio()
/Linux-v4.19/drivers/scsi/
Dlibiscsi_tcp.c218 crypto_ahash_update(segment->hash); in iscsi_tcp_segment_done()
/Linux-v4.19/net/ipv4/
Dtcp.c3698 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/
Dimg-hash.c560 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
Dn2_core.c331 return crypto_ahash_update(&rctx->fallback_req); in n2_hash_async_update()
/Linux-v4.19/drivers/crypto/marvell/
Dhash.c1108 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_hash.c921 ret = crypto_ahash_update(areq); in safexcel_hmac_init_iv()
/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c604 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers()

12