Lines Matching refs:hash_testvec
115 const struct hash_testvec *vecs;
1173 const struct hash_testvec *vec, in build_hash_sglist()
1190 const struct hash_testvec *vec, in check_hash_result()
1219 static int test_shash_vec_cfg(const struct hash_testvec *vec, in test_shash_vec_cfg()
1403 static int test_ahash_vec_cfg(const struct hash_testvec *vec, in test_ahash_vec_cfg()
1569 static int test_hash_vec_cfg(const struct hash_testvec *vec, in test_hash_vec_cfg()
1595 static int test_hash_vec(const struct hash_testvec *vec, unsigned int vec_num, in test_hash_vec()
1638 struct hash_testvec *vec, in generate_random_hash_testvec()
1695 struct hash_testvec vec = { 0 }; in test_hash_vs_generic_impl()
1838 static int __alg_test_hash(const struct hash_testvec *vecs, in __alg_test_hash()
1930 const struct hash_testvec *template = desc->suite.hash.vecs; in alg_test_hash()