Home
last modified time | relevance | path

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

/linux/Documentation/crypto/
H A Dapi-digest.rst17 …h_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahas…
/linux/crypto/
H A Dahash.c305 crypto_ahash_export(req, state); in ahash_save_req()
440 int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() function
448 EXPORT_SYMBOL_GPL(crypto_ahash_export);
H A Dalgif_hash.c249 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
H A Dtestmgr.c1560 err = crypto_ahash_export(req, hashstate); in test_ahash_vec_cfg()
/linux/include/crypto/
H A Dhash.h481 int crypto_ahash_export(struct ahash_request *req, void *out);
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c202 return crypto_ahash_export(&rctx->fallback_req, out); in rk_ahash_export()
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c95 return crypto_ahash_export(&rctx->fallback_req, out); in sun8i_ce_hash_export()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c167 return crypto_ahash_export(&rctx->fallback_req, out); in sun8i_ss_hash_export()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c354 return crypto_ahash_export(&rctx->ahash_fbk_req, out); in starfive_hash_export()
/linux/drivers/crypto/
H A Dimg-hash.c619 return crypto_ahash_export(&rctx->fallback_req, out); in img_hash_export()
H A Dsa2ul.c1624 return crypto_ahash_export(subreq, out); in sa_sha_export()
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c211 return crypto_ahash_export(&rctx->fallback_req, out); in tegra_sha_fallback_export()
/linux/drivers/crypto/marvell/cesa/
H A Dhash.c1129 ret = crypto_ahash_export(req, state); in mv_cesa_ahmac_iv_state_init()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1113 return ret ?: crypto_ahash_export(areq, state); in safexcel_hmac_init_iv()
2472 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_export(subreq, out); in safexcel_sha3_export()