Home
last modified time | relevance | path

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

12

/openbmc/linux/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.c149 err = crypto_ahash_update(&ctx->req); in hash_sendmsg()
H A Dtcrypt.c755 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
824 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
843 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()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c202 return crypto_ahash_update(req); in checksummer()
256 err = crypto_ahash_update(req); in make_checksum()
347 err = crypto_ahash_update(req); in gss_krb5_checksum()
957 err = crypto_ahash_update(req); in krb5_etm_checksum()
/openbmc/linux/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()
/openbmc/linux/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c203 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/openbmc/linux/drivers/md/
H A Ddm-verity-target.c113 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
124 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
433 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
/openbmc/linux/include/crypto/
H A Dhash.h601 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c145 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c147 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ce_hash_update()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c237 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ss_hash_update()
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c240 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-hash.c302 return crypto_ahash_update(&rctx->ahash_fbk_req); in starfive_hash_update()
/openbmc/linux/drivers/scsi/
H A Dlibiscsi_tcp.c216 crypto_ahash_update(segment->hash); in iscsi_tcp_segment_done()
/openbmc/linux/drivers/crypto/
H A Dimg-hash.c563 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
H A Dsa2ul.c1429 ret |= crypto_ahash_update(subreq); in sa_sha_run()
1567 return crypto_ahash_update(&rctx->fallback_req); in sa_sha_update()
H A Dn2_core.c335 return crypto_ahash_update(&rctx->fallback_req); in n2_hash_async_update()
/openbmc/linux/net/ipv4/
H A Dtcp.c4455 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data()
4466 if (crypto_ahash_update(req)) in tcp_md5_hash_skb_data()
4487 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dhash.c1123 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1110 ret = crypto_ahash_update(areq); in safexcel_hmac_init_iv()
2417 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_update(subreq); in safexcel_sha3_update()
/openbmc/linux/lib/
H A Diov_iter.c1250 crypto_ahash_update(hash); in hash_and_copy_to_iter()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target.c1438 crypto_ahash_update(hash); in iscsit_do_crypto_hash_sg()
1448 crypto_ahash_update(hash); in iscsit_do_crypto_hash_sg()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c690 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers()

12