Searched defs:TestVector (Results 1 - 9 of 9) sorted by relevance

/external/libchrome/crypto/
H A Dp224_unittest.cc28 // TestVector represents a test of scalar multiplication of the base point.
31 struct TestVector { struct in namespace:crypto
39 static const TestVector kNISTTestVectors[kNumNISTTestVectors] = {
/external/compiler-rt/test/builtins/Unit/
H A Dcomparedf2_test.c25 struct TestVector { struct
37 int test__cmpdf2(const struct TestVector *vector) {
145 static const struct TestVector vectors[] = {
H A Dcomparesf2_test.c25 struct TestVector { struct
37 int test__cmpsf2(const struct TestVector *vector) {
145 static const struct TestVector vectors[] = {
/external/parameter-framework/upstream/test/xml-generator/
H A Dtest.py43 class TestVector: class in inherits:
98 self.nominal_vector = TestVector(os.path.join(vector_dir, "initialSettings.xml"),
116 vector = TestVector(edds=[os.path.join(vector_dir, "conflicting.pfw")])
125 empty_vector = TestVector()
/external/boringssl/src/crypto/base64/
H A Dbase64_test.cc39 struct TestVector { struct
46 static const TestVector kTestVectors[] = {
121 const TestVector *t = &kTestVectors[i];
153 const TestVector *t = &kTestVectors[i];
194 const TestVector *t = &kTestVectors[i];
232 const TestVector *t = &kTestVectors[test_num];
313 const TestVector *t = &kTestVectors[test_num];
/external/boringssl/src/crypto/digest/
H A Ddigest_test.cc53 struct TestVector { struct
64 static const TestVector kTestVectors[] = {
142 static bool CompareDigest(const TestVector *test,
164 static int TestDigest(const TestVector *test) {
/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DCipherInputStreamTest.java56 public static class TestVector { class in class:CipherInputStreamTest
65 public TestVector( method in class:CipherInputStreamTest.TestVector
80 Iterable<TestVector> getTestVectors(
88 ArrayList<TestVector> result = new ArrayList<TestVector>();
94 result.add(new TestVector(algorithm, keySize, ivSize, tagSize, ptSize, aadSize));
104 public void testEncrypt(Iterable<TestVector> tests) throws Exception {
105 for (TestVector t : tests) {
128 public void testDecrypt(Iterable<TestVector> tests) throws Exception {
129 for (TestVector
[all...]
H A DCipherOutputStreamTest.java56 public static class TestVector { class in class:CipherOutputStreamTest
64 public TestVector( method in class:CipherOutputStreamTest.TestVector
79 Iterable<TestVector> getTestVectors(
87 ArrayList<TestVector> result = new ArrayList<TestVector>();
93 result.add(new TestVector(algorithm, keySize, ivSize, tagSize, ptSize, aadSize));
103 public void testEncrypt(Iterable<TestVector> tests) throws Exception {
104 for (TestVector t : tests) {
117 public void testDecrypt(Iterable<TestVector> tests) throws Exception {
118 for (TestVector
[all...]
/external/parameter-framework/upstream/test/functional-tests/
H A DHandle.cpp550 struct TestVector struct in struct:parameterFramework::MappingPF
558 list<TestVector> testVectors = {

Completed in 553 milliseconds