Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/crypto/
H A Dchacha20poly1305.c216 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()
H A 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()
H A Dtcrypt.c944 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
1013 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
1032 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
H A Dccm.c205 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
H A Dgcm.c213 return crypto_ahash_update(ahreq); in gcm_hash_update()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c138 return crypto_ahash_update(req); in checksummer()
192 err = crypto_ahash_update(req); in make_checksum()
288 err = crypto_ahash_update(req); in make_checksum_v2()
/OK3568_Linux_fs/kernel/fs/verity/
H A Dhash_algs.c202 err = crypto_wait_req(crypto_ahash_update(req), &wait); in fsverity_prepare_hash_state()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_crypto.c420 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm()
690 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-verity-target.c106 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
115 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
397 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c184 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h549 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dghash-ce-glue.c223 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v1_ahash.c153 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
H A Drk3288_crypto_ahash.c105 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c428 ret = crypto_ahash_update(hdata->async.request); in cryptodev_hash_update()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c146 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ce_hash_update()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c146 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ss_hash_update()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dlibiscsi_tcp.c216 crypto_ahash_update(segment->hash); in iscsi_tcp_segment_done()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dimg-hash.c558 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
H A Dsa2ul.c1406 ret |= crypto_ahash_update(subreq); in sa_sha_run()
1543 return crypto_ahash_update(&rctx->fallback_req); in sa_sha_update()
H A Dn2_core.c333 return crypto_ahash_update(&rctx->fallback_req); in n2_hash_async_update()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c4088 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data()
4099 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data()
4120 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/cesa/
H A Dhash.c1117 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1130 ret = crypto_ahash_update(areq); in safexcel_hmac_init_iv()
2463 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_update(subreq); in safexcel_sha3_update()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dtcp.c401 crypto_ahash_update(hash); in nvmet_tcp_recv_ddgst()

12