Searched defs:vec (Results 1 – 2 of 2) sorted by relevance
| /crypto/ |
| D | fips140-selftests.c | 200 const struct skcipher_testvec *vec = &test->skcipher; in fips_test_aes_library() local 227 const struct skcipher_testvec *vec = &test->skcipher; in fips_test_skcipher() local 302 const struct aead_testvec *vec = &test->aead; in fips_test_aead() local 407 const struct hash_testvec *vec = &test->hash; in fips_test_hash() local 451 const struct hash_testvec *vec = &test->hash; in fips_test_sha256_library() local 466 const struct drbg_testvec *vec = &test->drbg; in fips_test_drbg() local
|
| D | testmgr.c | 1264 const struct hash_testvec *vec, in build_hash_sglist() 1281 const struct hash_testvec *vec, in check_hash_result() 1337 static int test_shash_vec_cfg(const struct hash_testvec *vec, in test_shash_vec_cfg() 1537 static int test_ahash_vec_cfg(const struct hash_testvec *vec, in test_ahash_vec_cfg() 1702 static int test_hash_vec_cfg(const struct hash_testvec *vec, in test_hash_vec_cfg() 1728 static int test_hash_vec(const struct hash_testvec *vec, unsigned int vec_num, in test_hash_vec() 1775 struct hash_testvec *vec, in generate_random_hash_testvec() 1833 struct hash_testvec vec = { 0 }; in test_hash_vs_generic_impl() local 2113 static int test_aead_vec_cfg(int enc, const struct aead_testvec *vec, in test_aead_vec_cfg() 2297 static int test_aead_vec(int enc, const struct aead_testvec *vec, in test_aead_vec() [all …]
|