Searched refs:crypto_ahash_import (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/Documentation/crypto/ |
A D | api-digest.rst | 17 …y crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
|
/linux-6.3-rc2/fs/verity/ |
A D | hash_algs.c | 252 err = crypto_ahash_import(req, params->hashstate); in fsverity_hash_block()
|
/linux-6.3-rc2/include/crypto/ |
A D | hash.h | 507 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
|
/linux-6.3-rc2/drivers/crypto/rockchip/ |
A D | rk3288_crypto_ahash.c | 183 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
|
/linux-6.3-rc2/crypto/ |
A D | algif_hash.c | 265 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
|
A D | ahash.c | 237 crypto_ahash_import(subreq, state); in ahash_save_req()
|
A D | testmgr.c | 1535 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-hash.c | 109 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ce_hash_import()
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-hash.c | 199 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ss_hash_import()
|
/linux-6.3-rc2/drivers/crypto/ |
A D | img-hash.c | 606 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()
|
A D | sa2ul.c | 1610 return crypto_ahash_import(&rctx->fallback_req, in); in sa_sha_import()
|
/linux-6.3-rc2/drivers/crypto/inside-secure/ |
A D | safexcel_hash.c | 2482 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in); in safexcel_sha3_import()
|
Completed in 33 milliseconds