Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/crypto/
Dapi-digest.rst17 …h_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahas…
/Linux-v6.1/fs/verity/
Dhash_algs.c206 err = crypto_ahash_export(req, hashstate); in fsverity_prepare_hash_state()
/Linux-v6.1/include/crypto/
Dhash.h491 static inline int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() function
/Linux-v6.1/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c162 return crypto_ahash_export(&rctx->fallback_req, out); in rk_ahash_export()
/Linux-v6.1/crypto/
Dalgif_hash.c247 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
Dtestmgr.c1513 err = crypto_ahash_export(req, hashstate); in test_ahash_vec_cfg()
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c97 return crypto_ahash_export(&rctx->fallback_req, out); in sun8i_ce_hash_export()
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c187 return crypto_ahash_export(&rctx->fallback_req, out); in sun8i_ss_hash_export()
/Linux-v6.1/drivers/crypto/
Dimg-hash.c615 return crypto_ahash_export(&rctx->fallback_req, out); in img_hash_export()
Dsa2ul.c1623 return crypto_ahash_export(subreq, out); in sa_sha_export()
/Linux-v6.1/drivers/crypto/marvell/cesa/
Dhash.c1149 ret = crypto_ahash_export(req, state); in mv_cesa_ahmac_iv_state_init()
/Linux-v6.1/drivers/crypto/inside-secure/
Dsafexcel_hash.c1139 return crypto_ahash_export(areq, state); in safexcel_hmac_init_iv()
2498 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_export(subreq, out); in safexcel_sha3_export()