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 | 1126 const struct hash_testvec *vec, in build_hash_sglist() 1143 const struct hash_testvec *vec, in check_hash_result() 1172 static int test_shash_vec_cfg(const struct hash_testvec *vec, in test_shash_vec_cfg() 1356 static int test_ahash_vec_cfg(const struct hash_testvec *vec, in test_ahash_vec_cfg() 1522 static int test_hash_vec_cfg(const struct hash_testvec *vec, in test_hash_vec_cfg() 1548 static int test_hash_vec(const struct hash_testvec *vec, unsigned int vec_num, in test_hash_vec() 1591 struct hash_testvec *vec, in generate_random_hash_testvec() 1648 struct hash_testvec vec = { 0 }; in test_hash_vs_generic_impl() local 1920 static int test_aead_vec_cfg(int enc, const struct aead_testvec *vec, in test_aead_vec_cfg() 2103 static int test_aead_vec(int enc, const struct aead_testvec *vec, in test_aead_vec() [all …]
|