Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-digest.rst17 …h_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahas…
/OK3568_Linux_fs/kernel/fs/verity/
H A Dhash_algs.c206 err = crypto_ahash_export(req, hashstate); in fsverity_prepare_hash_state()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h491 static inline int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() function
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v1_ahash.c210 return crypto_ahash_export(&rctx->fallback_req, out); in rk_ahash_export()
H A Drk3288_crypto_ahash.c162 return crypto_ahash_export(&rctx->fallback_req, out); in rk_ahash_export()
/OK3568_Linux_fs/kernel/crypto/
H A Dalgif_hash.c246 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
H A Dtestmgr.c1471 err = crypto_ahash_export(req, hashstate); in test_ahash_vec_cfg()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c470 ret = crypto_ahash_export(src->async.request, statedata); in cryptodev_hash_copy()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c96 return crypto_ahash_export(&rctx->fallback_req, out); in sun8i_ce_hash_export()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c96 return crypto_ahash_export(&rctx->fallback_req, out); in sun8i_ss_hash_export()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dimg-hash.c614 return crypto_ahash_export(&rctx->fallback_req, out); in img_hash_export()
H A Dsa2ul.c1600 return crypto_ahash_export(subreq, out); in sa_sha_export()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/cesa/
H A Dhash.c1125 ret = crypto_ahash_export(req, state); in mv_cesa_ahmac_iv_state_init()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1138 return crypto_ahash_export(areq, state); in safexcel_hmac_init_iv()
2518 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_export(subreq, out); in safexcel_sha3_export()