Searched refs:crypto_ahash_import (Results 1 - 21 of 21) sorted by relevance
/kernel/linux/linux-5.10/fs/verity/ |
H A D | hash_algs.c | 254 err = crypto_ahash_import(req, params->hashstate); in fsverity_hash_page()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 108 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ce_hash_import()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | algif_hash.c | 264 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
|
H A D | testmgr.c | 1482 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 180 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash.h | 497 * crypto_ahash_import() - import message digest state 507 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | hash.h | 528 * crypto_ahash_import() - import message digest state 538 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
|
/kernel/linux/linux-6.6/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 189 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | algif_hash.c | 267 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
|
H A D | ahash.c | 230 crypto_ahash_import(subreq, state); in ahash_save_req()
|
H A D | testmgr.c | 1578 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 108 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ss_hash_import()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 107 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ce_hash_import()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 196 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ss_hash_import()
|
/kernel/linux/linux-6.6/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 403 return crypto_ahash_import(&rctx->ahash_fbk_req, in); in starfive_hash_import()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | img-hash.c | 605 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()
|
H A D | sa2ul.c | 1587 return crypto_ahash_import(&rctx->fallback_req, in); in sa_sha_import()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | img-hash.c | 606 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()
|
H A D | sa2ul.c | 1611 return crypto_ahash_import(&rctx->fallback_req, in); in sa_sha_import()
|
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 2482 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in); in safexcel_sha3_import()
|
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 2527 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in); in safexcel_sha3_import()
|
Completed in 39 milliseconds