/kernel/linux/linux-5.10/crypto/ |
H A D | algif_hash.c | 121 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_sendmsg() 215 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_recvmsg()
|
H A D | ahash.c | 340 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function 352 EXPORT_SYMBOL_GPL(crypto_ahash_final); variable
|
H A D | tcrypt.c | 949 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies() 1017 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles() 1036 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | algif_hash.c | 97 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_sendmsg() 211 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_recvmsg()
|
H A D | ahash.c | 302 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function 312 EXPORT_SYMBOL_GPL(crypto_ahash_final); variable
|
H A D | tcrypt.c | 760 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies() 828 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles() 847 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_crypto.c | 433 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm() 696 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_crypto.c | 433 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm() 696 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 202 return crypto_ahash_final(cryptd_req); in ghash_async_final()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 221 return crypto_ahash_final(cryptd_req); in ghash_async_final()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 264 err = crypto_ahash_final(req); in make_checksum() 353 err = crypto_ahash_final(req); in gss_krb5_checksum() 966 err = crypto_ahash_final(req); in krb5_etm_checksum()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 200 err = crypto_ahash_final(req); in make_checksum() 293 err = crypto_ahash_final(req); in make_checksum_v2()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ce_hash_final()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 241 return crypto_ahash_final(cryptd_req); in ghash_async_final()
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 150 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
|
/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 446 * Return: see crypto_ahash_final() 451 * crypto_ahash_final() - calculate message digest 465 int crypto_ahash_final(struct ahash_request *req); 473 * crypto_ahash_update and crypto_ahash_final. The parameters have the same 476 * Return: see crypto_ahash_final() 526 * Return: see crypto_ahash_final() 547 * Return: see crypto_ahash_final()
|
/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 477 * Return: see crypto_ahash_final() 482 * crypto_ahash_final() - calculate message digest 496 int crypto_ahash_final(struct ahash_request *req); 504 * crypto_ahash_update and crypto_ahash_final. The parameters have the same 507 * Return: see crypto_ahash_final() 557 * Return: see crypto_ahash_final() 599 * Return: see crypto_ahash_final()
|
/kernel/linux/linux-6.6/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 159 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 131 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ss_hash_final()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 132 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ce_hash_final()
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 258 return crypto_ahash_final(cryptd_req); in ghash_async_final()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | libiscsi_tcp.c | 264 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 222 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ss_hash_final()
|
/kernel/linux/linux-6.6/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 319 return crypto_ahash_final(&rctx->ahash_fbk_req); in starfive_hash_final()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | libiscsi_tcp.c | 264 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
|