Searched refs:crypto_ahash_export (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/crypto/ |
H A D | api-digest.rst | 17 …h_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahas…
|
/linux/crypto/ |
H A D | ahash.c | 305 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 D | algif_hash.c | 249 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
|
H A D | testmgr.c | 1594 err = crypto_ahash_export(req, hashstate); in test_ahash_vec_cfg()
|
/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 202 return crypto_ahash_export(&rctx->fallback_req, out); in rk_ahash_export()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 95 return crypto_ahash_export(&rctx->fallback_req, out); in sun8i_ce_hash_export()
|
/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 167 return crypto_ahash_export(&rctx->fallback_req, out); in sun8i_ss_hash_export()
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 354 return crypto_ahash_export(&rctx->ahash_fbk_req, out); in starfive_hash_export()
|
/linux/drivers/crypto/ |
H A D | img-hash.c | 619 return crypto_ahash_export(&rctx->fallback_req, out); in img_hash_export()
|
/linux/drivers/crypto/tegra/ |
H A D | tegra-se-hash.c | 211 return crypto_ahash_export(&rctx->fallback_req, out); in tegra_sha_fallback_export()
|
/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 1129 ret = crypto_ahash_export(req, state); in mv_cesa_ahmac_iv_state_init()
|