Searched defs:TestVector (Results 1 – 11 of 11) sorted by relevance
25 struct TestVector { struct37 int test__cmpsf2(const struct TestVector *vector) { in test__cmpsf2() argument
25 struct TestVector { struct37 int test__cmpdf2(const struct TestVector *vector) { in test__cmpdf2() argument
23 struct TestVector { struct25 const char* msg;26 const char* qx;27 const char* qy;28 const char* r;29 const char* s;32 bool result; // true means "P", false means "F"
18 struct TestVector { struct20 const char* key;21 const char* iv;22 const char* aad;23 const char* ct;26 const char* pt; // An empty string "" means decryption succeeded and
18 struct TestVector { struct19 const char* key;20 const char* pt;21 const char* iv;22 const char* aad;23 const char* ct;
49 const struct TestVector { in TEST() struct51 const char* subkey_secret; in TEST()52 const char* label; in TEST()53 const char* context; in TEST()54 size_t result_len; in TEST()57 const char* expected; // Null if it should fail. in TEST()
57 struct TestVector { struct59 const char* key;60 const char* iv;61 const char* ct;62 const char* aad;63 const char* tag;66 const char* pt; // An empty string "" means decryption succeeded and
57 struct TestVector { struct58 const char* key;59 const char* iv;60 const char* pt;61 const char* aad;62 const char* ct;63 const char* tag;
31 typedef EH_STD::vector<TestClass, eh_allocator(TestClass) > TestVector; typedef33 typedef EH_STD::__vector__<TestClass, eh_allocator(TestClass) > TestVector; typedef37 container_category(const TestVector&) in container_category()
30 struct TestVector { struct31 uint8 scalar[28];32 uint8 affine[28*2];
626 typedef std::vector<FetcherClientTestFunction> TestVector; in TEST() typedef