/kernel/linux/linux-6.6/crypto/ |
H A D | chacha20poly1305.c | 216 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 D | algif_hash.c | 149 err = crypto_ahash_update(&ctx->req); in hash_sendmsg()
|
H A D | tcrypt.c | 755 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()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | chacha20poly1305.c | 216 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 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()
|
H A D | tcrypt.c | 944 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 D | ccm.c | 204 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 138 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()
|
/kernel/linux/linux-5.10/fs/verity/ |
H A D | hash_algs.c | 204 err = crypto_wait_req(crypto_ahash_update(req), &wait); in fsverity_prepare_hash_state()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 202 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()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_crypto.c | 420 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm() 690 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_crypto.c | 420 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm() 690 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 184 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 203 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-verity-target.c | 106 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()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-verity-target.c | 113 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()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 146 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ce_hash_update()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 223 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 136 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash.h | 443 * crypto_ahash_update and crypto_ahash_final. The parameters have the same 473 * crypto_ahash_update and crypto_ahash_final. The parameters have the same 539 * crypto_ahash_update() - add data to message digest for processing 549 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | hash.h | 474 * crypto_ahash_update and crypto_ahash_final. The parameters have the same 504 * crypto_ahash_update and crypto_ahash_final. The parameters have the same 591 * crypto_ahash_update() - add data to message digest for processing 601 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
|
/kernel/linux/linux-6.6/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 145 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 146 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ss_hash_update()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 147 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ce_hash_update()
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 240 return crypto_ahash_update(cryptd_req); in ghash_async_update()
|