Home
last modified time | relevance | path

Searched refs:crypto_ahash_import (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/Documentation/crypto/
H A Dapi-digest.rst17 …y crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
/linux-6.15/include/crypto/
H A Dhash.h501 int crypto_ahash_import(struct ahash_request *req, const void *in);
/linux-6.15/crypto/
H A Dalgif_hash.c267 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
H A Dahash.c805 int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
815 EXPORT_SYMBOL_GPL(crypto_ahash_import);
H A Dtestmgr.c1608 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
/linux-6.15/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c189 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
/linux-6.15/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c107 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ce_hash_import()
/linux-6.15/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c179 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ss_hash_import()
/linux-6.15/drivers/crypto/starfive/
H A Djh7110-hash.c368 return crypto_ahash_import(&rctx->ahash_fbk_req, in); in starfive_hash_import()
/linux-6.15/drivers/crypto/
H A Dimg-hash.c606 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()
H A Dsa2ul.c1611 return crypto_ahash_import(&rctx->fallback_req, in); in sa_sha_import()
/linux-6.15/drivers/crypto/tegra/
H A Dtegra-se-hash.c199 return crypto_ahash_import(&rctx->fallback_req, in); in tegra_sha_fallback_import()
/linux-6.15/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2482 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in); in safexcel_sha3_import()