• Home
  • Raw
  • Download

Lines Matching refs:hashstate

1177 			      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()
1528 u8 *hashstate) in test_hash_vec_cfg() argument
1540 hashstate); in test_hash_vec_cfg()
1545 return test_ahash_vec_cfg(vec, vec_name, cfg, req, tsgl, hashstate); in test_hash_vec_cfg()
1550 struct test_sglist *tsgl, u8 *hashstate) in test_hash_vec() argument
1561 req, desc, tsgl, hashstate); in test_hash_vec()
1575 req, desc, tsgl, hashstate); in test_hash_vec()
1636 u8 *hashstate) in test_hash_vs_generic_impl() argument
1731 req, desc, tsgl, hashstate); in test_hash_vs_generic_impl()
1752 u8 *hashstate) in test_hash_vs_generic_impl() argument
1801 u8 *hashstate = NULL; in __alg_test_hash() local
1848 hashstate = kmalloc(statesize + TESTMGR_POISON_LEN, GFP_KERNEL); in __alg_test_hash()
1849 if (!hashstate) { in __alg_test_hash()
1857 err = test_hash_vec(&vecs[i], i, req, desc, tsgl, hashstate); in __alg_test_hash()
1863 desc, tsgl, hashstate); in __alg_test_hash()
1865 kfree(hashstate); in __alg_test_hash()