Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-digest.rst17 …y crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
/OK3568_Linux_fs/kernel/fs/verity/
H A Dhash_algs.c252 err = crypto_ahash_import(req, params->hashstate); in fsverity_hash_page()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h507 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v1_ahash.c197 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
H A Drk3288_crypto_ahash.c149 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
/OK3568_Linux_fs/kernel/crypto/
H A Dalgif_hash.c264 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
H A Dtestmgr.c1485 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c481 ret = crypto_ahash_import(dst->async.request, statedata); in cryptodev_hash_copy()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c108 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ce_hash_import()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c108 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ss_hash_import()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dimg-hash.c601 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()
H A Dsa2ul.c1587 return crypto_ahash_import(&rctx->fallback_req, in); in sa_sha_import()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2528 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in); in safexcel_sha3_import()