Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/crypto/
Dapi-digest.rst17 …h_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahas…
/Linux-v5.4/fs/verity/
Dhash_algs.c157 err = crypto_ahash_export(req, hashstate); in fsverity_prepare_hash_state()
/Linux-v5.4/include/crypto/
Dhash.h468 static inline int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() function
/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c161 return crypto_ahash_export(&rctx->fallback_req, out); in rk_ahash_export()
/Linux-v5.4/crypto/
Dalgif_hash.c246 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
Dtestmgr.c1379 err = crypto_ahash_export(req, hashstate); in test_ahash_vec_cfg()
/Linux-v5.4/drivers/crypto/
Dimg-hash.c613 return crypto_ahash_export(&rctx->fallback_req, out); in img_hash_export()
/Linux-v5.4/drivers/crypto/marvell/
Dhash.c1112 ret = crypto_ahash_export(req, state); in mv_cesa_ahmac_iv_state_init()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_hash.c1003 return crypto_ahash_export(areq, state); in safexcel_hmac_init_iv()