Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/crypto/
Dapi-digest.rst17 …y crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
/Linux-v6.6/crypto/
Dalgif_hash.c266 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
Dahash.c230 crypto_ahash_import(subreq, state); in ahash_save_req()
Dtestmgr.c1578 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
/Linux-v6.6/include/crypto/
Dhash.h538 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
/Linux-v6.6/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c189 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
/Linux-v6.6/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c107 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ce_hash_import()
/Linux-v6.6/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c196 return crypto_ahash_import(&rctx->fallback_req, in); in sun8i_ss_hash_import()
/Linux-v6.6/drivers/crypto/starfive/
Djh7110-hash.c403 return crypto_ahash_import(&rctx->ahash_fbk_req, in); in starfive_hash_import()
/Linux-v6.6/drivers/crypto/
Dimg-hash.c606 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-v6.6/drivers/crypto/inside-secure/
Dsafexcel_hash.c2482 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in); in safexcel_sha3_import()