/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/ |
D | ObliviousHttpGatewayTest.java | 53 List<ObliviousHttpTestFixtures.OhttpTestVector> testVectors = in decrypt_canDecryptPayloadsEncryptedByOhttpClient() local 79 List<ObliviousHttpTestFixtures.OhttpTestVector> testVectors = in decrypt_canDecryptPayloadsEncryptedByOhttpClient_withServerAuctionMediaTypeChange() local 104 List<ObliviousHttpTestFixtures.OhttpTestVector> testVectors = in encrypt_canBeDecryptedByOhttpClient() local 135 List<ObliviousHttpTestFixtures.OhttpTestVector> testVectors = in encrypt_canBeDecryptedByOhttpClient_withServerAuctionMediaTypeChange() local
|
D | ObliviousHttpClientTest.java | 100 List<ObliviousHttpTestFixtures.OhttpTestVector> testVectors = in createObliviousHttpRequest_testAllTestVectors() local 129 List<ObliviousHttpTestFixtures.OhttpTestVector> testVectors = in createObliviousHttpRequest_testAllTestVectors_withServerAuctionMediaTypeChange() local 158 List<ObliviousHttpTestFixtures.OhttpTestVector> testVectors = in decryptObliviousHttpResponse_testAllTestVectors() local 183 List<ObliviousHttpTestFixtures.OhttpTestVector> testVectors = in decryptObliviousHttpResponse_testAllTestVectors_withServerAuctionMediaTypeChange() local
|
/aosp_15_r20/external/libultrahdr/benchmark/ |
H A D | benchmark_test.cpp | 325 static void BM_UHDRDecode(benchmark::State& s, TestParamsDecodeAPI testVectors) { in BM_UHDRDecode() 372 static void BM_UHDREncode_Api0(benchmark::State& s, TestParamsEncoderAPI0 testVectors) { in BM_UHDREncode_Api0() 419 static void BM_UHDREncode_Api1(benchmark::State& s, TestParamsEncoderAPI1 testVectors) { in BM_UHDREncode_Api1()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_ip_address.cpp | 71 Ip6AddressTestVector testVectors[] = { in TestIp6AddressFromString() local 227 Ip4AddressTestVector testVectors[] = { in TestIp4AddressFromString() local 281 CidrTestVector testVectors[] = { in TestIp4CidrFromString() local
|
/aosp_15_r20/external/tink/go/aead/subtle/ |
H A D | polyval_test.go | 29 var testVectors = []struct { var
|
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/ |
H A D | Base64UtilsCodecTest.java | 29 String[] testVectors = {"", "f", "fo", "foo", "foob", "fooba", "foobar"}; in testVectorsPerRfc4648() local
|
H A D | Base16LowerCodecTest.java | 35 String[] testVectors = {"", "f", "fo", "foo", "foob", "fooba", "foobar"}; in testVectorsPerRfc4648() local
|
H A D | Base16CodecTest.java | 35 String[] testVectors = {"", "f", "fo", "foo", "foob", "fooba", "foobar"}; in testVectorsPerRfc4648() local
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/ |
H A D | HkdfTest.java | 59 public void testVectors() throws Exception { in testVectors() method in HkdfTest
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/ |
H A D | HpkeTestUtil.java | 45 Map<HpkeTestId, HpkeTestVector> testVectors = new HashMap<>(); in parseTestVectors() local
|
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/ |
H A D | HkdfTest.java | 74 public void testVectors() throws Exception { in testVectors() method in HkdfTest
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/ |
H A D | HkdfTest.java | 78 public void testVectors() throws Exception { in testVectors() method in HkdfTest
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/ |
H A D | SipHashFunctionTest.java | 106 public void testVectors() { in testVectors() method in SipHashFunctionTest
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/ |
H A D | SipHashFunctionTest.java | 106 public void testVectors() { in testVectors() method in SipHashFunctionTest
|
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/ |
H A D | AesGcmTest.java | 257 public void testVectors() throws Exception { in testVectors() method in AesGcmTest 265 private void testVectors(boolean isStrongBox) throws Exception { in testVectors() method in AesGcmTest
|
/aosp_15_r20/system/security/identity/util/test/java/com/android/security/identity/internal/ |
H A D | HkdfTest.java | 110 public void testVectors() throws Exception { in testVectors() method in HkdfTest
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/ohttp/ |
D | ObliviousHttpTestFixtures.java | 40 List<OhttpTestVector> testVectors = new ArrayList<>(); in getTestVectors() local
|
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
H A D | RsaSignatureTest.java | 1132 public void testVectors(RSAPublicKeySpec key, String algorithm, String[] testvectors) in testVectors() method in RsaSignatureTest
|
H A D | AesGcmTest.java | 148 public void testVectors() throws Exception { in testVectors() method in AesGcmTest
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/ |
H A D | HpkeKemKeyFactoryTest.java | 51 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in HpkeKemKeyFactoryTest
|
H A D | ChaCha20Poly1305HpkeAeadTest.java | 45 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in ChaCha20Poly1305HpkeAeadTest
|
H A D | AesGcmHpkeAeadTest.java | 45 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in AesGcmHpkeAeadTest
|
H A D | HkdfHpkeKdfTest.java | 50 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in HkdfHpkeKdfTest
|
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
H A D | AesGcmHkdfAeadCrypterTest.java | 164 private static final TestVector[] testVectors = field in AesGcmHkdfAeadCrypterTest
|
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
H A D | DecoderConformanceTest.java | 98 List<String> testVectors = readCodecTestVectors(mediaType); in input() local
|