Home
last modified time | relevance | path

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

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

Completed in 35 milliseconds