Searched refs:crypto_ahash_import (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/Documentation/crypto/ |
D | api-digest.rst | 17 …y crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
|
/Linux-v5.15/fs/verity/ |
D | hash_algs.c | 252 err = crypto_ahash_import(req, params->hashstate); in fsverity_hash_page()
|
/Linux-v5.15/include/crypto/ |
D | hash.h | 507 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
|
/Linux-v5.15/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 149 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
|
/Linux-v5.15/crypto/ |
D | algif_hash.c | 264 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
|
D | testmgr.c | 1480 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
|
/Linux-v5.15/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-hash.c | 108 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ce_hash_import()
|
/Linux-v5.15/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-hash.c | 108 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ss_hash_import()
|
/Linux-v5.15/drivers/crypto/ |
D | img-hash.c | 602 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()
|
D | sa2ul.c | 1610 return crypto_ahash_import(&rctx->fallback_req, in); in sa_sha_import()
|
/Linux-v5.15/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 2529 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in); in safexcel_sha3_import()
|