Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c1093 u8 *hashstate) in test_shash_vec_cfg() argument
1199 testmgr_poison(hashstate + statesize, in test_shash_vec_cfg()
1201 err = crypto_shash_export(desc, hashstate); in test_shash_vec_cfg()
1206 if (!testmgr_is_poison(hashstate + statesize, in test_shash_vec_cfg()
1213 err = crypto_shash_import(desc, hashstate); in test_shash_vec_cfg()
1276 u8 *hashstate) in test_ahash_vec_cfg() argument
1377 testmgr_poison(hashstate + statesize, in test_ahash_vec_cfg()
1379 err = crypto_ahash_export(req, hashstate); in test_ahash_vec_cfg()
1385 if (!testmgr_is_poison(hashstate + statesize, in test_ahash_vec_cfg()
1393 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
[all …]