Home
last modified time | relevance | path

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

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