Home
last modified time | relevance | path

Searched defs:getTestVectors (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/ohttp/
DObliviousHttpTestFixtures.java33 public static List<OhttpTestVector> getTestVectors() throws InvalidKeySpecException { in getTestVectors() method in ObliviousHttpTestFixtures
38 public static List<OhttpTestVector> getTestVectors(boolean hasMediaTypeChanged) in getTestVectors() method in ObliviousHttpTestFixtures
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/
H A DJsonUtil.java40 public static JsonObject getTestVectors(Class ref, String filename) throws in getTestVectors() method in JsonUtil
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DAesGcmTest.java129 private Iterable<GcmTestVector> getTestVectors() throws Exception { in getTestVectors() method in AesGcmTest
H A DCipherOutputStreamTest.java79 Iterable<TestVector> getTestVectors( in getTestVectors() method in CipherOutputStreamTest
H A DCipherInputStreamTest.java80 Iterable<TestVector> getTestVectors( in getTestVectors() method in CipherInputStreamTest
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_vector_ops_main.cpp28 typename VectorOps<T>::Ty *getTestVectors(size_t &NumTestVectors) { in getTestVectors() function
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DCipherOutputStreamTest.java121 Iterable<TestVector> getTestVectors( in getTestVectors() method in CipherOutputStreamTest
H A DCipherInputStreamTest.java121 Iterable<TestVector> getTestVectors( in getTestVectors() method in CipherInputStreamTest
H A DAesGcmTest.java237 private Iterable<GcmTestVector> getTestVectors(boolean isStrongBox) throws Exception { in getTestVectors() method in AesGcmTest