Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c1177 u8 *hashstate) in test_shash_vec_cfg() argument
1285 testmgr_poison(hashstate + statesize, in test_shash_vec_cfg()
1287 err = crypto_shash_export(desc, hashstate); in test_shash_vec_cfg()
1292 if (!testmgr_is_poison(hashstate + statesize, in test_shash_vec_cfg()
1299 err = crypto_shash_import(desc, hashstate); in test_shash_vec_cfg()
1361 u8 *hashstate) in test_ahash_vec_cfg() argument
1464 testmgr_poison(hashstate + statesize, in test_ahash_vec_cfg()
1466 err = crypto_ahash_export(req, hashstate); in test_ahash_vec_cfg()
1472 if (!testmgr_is_poison(hashstate + statesize, in test_ahash_vec_cfg()
1480 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
[all …]