Searched refs:crypto_ahash_import (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/crypto/ |
H A D | api-digest.rst | 17 …y crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
|
/linux/crypto/ |
H A D | ahash.c | 306 crypto_ahash_import(subreq, state); in ahash_save_req() 450 int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function 460 EXPORT_SYMBOL_GPL(crypto_ahash_import);
|
H A D | algif_hash.c | 267 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
|
H A D | testmgr.c | 1608 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
|
/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 189 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
|
/linux/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()
|
/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 179 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ss_hash_import()
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 368 return crypto_ahash_import(&rctx->ahash_fbk_req, in); in starfive_hash_import()
|
/linux/drivers/crypto/ |
H A D | img-hash.c | 606 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()
|
/linux/drivers/crypto/tegra/ |
H A D | tegra-se-hash.c | 198 return crypto_ahash_import(&rctx->fallback_req, in); in tegra_sha_fallback_import()
|