Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/crypto/
Dapi-digest.rst17 …y crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
/linux-5.19.10/fs/verity/
Dhash_algs.c252 err = crypto_ahash_import(req, params->hashstate); in fsverity_hash_page()
/linux-5.19.10/include/crypto/
Dhash.h507 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
/linux-5.19.10/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c149 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
/linux-5.19.10/crypto/
Dalgif_hash.c264 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
Dtestmgr.c1527 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c109 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ce_hash_import()
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c199 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ss_hash_import()
/linux-5.19.10/drivers/crypto/
Dimg-hash.c602 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()
Dsa2ul.c1611 return crypto_ahash_import(&rctx->fallback_req, in); in sa_sha_import()
/linux-5.19.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c2529 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in); in safexcel_sha3_import()