Home
last modified time | relevance | path

Searched defs:testVectors (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/
DObliviousHttpGatewayTest.java53 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
DObliviousHttpClientTest.java100 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 Dbenchmark_test.cpp325 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 Dtest_ip_address.cpp71 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 Dpolyval_test.go29 var testVectors = []struct { var
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
H A DBase64UtilsCodecTest.java29 String[] testVectors = {"", "f", "fo", "foo", "foob", "fooba", "foobar"}; in testVectorsPerRfc4648() local
H A DBase16LowerCodecTest.java35 String[] testVectors = {"", "f", "fo", "foo", "foob", "fooba", "foobar"}; in testVectorsPerRfc4648() local
H A DBase16CodecTest.java35 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 DHkdfTest.java59 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 DHpkeTestUtil.java45 Map<HpkeTestId, HpkeTestVector> testVectors = new HashMap<>(); in parseTestVectors() local
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/
H A DHkdfTest.java74 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 DHkdfTest.java78 public void testVectors() throws Exception { in testVectors() method in HkdfTest
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/
H A DSipHashFunctionTest.java106 public void testVectors() { in testVectors() method in SipHashFunctionTest
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/
H A DSipHashFunctionTest.java106 public void testVectors() { in testVectors() method in SipHashFunctionTest
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DAesGcmTest.java257 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 DHkdfTest.java110 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/
DObliviousHttpTestFixtures.java40 List<OhttpTestVector> testVectors = new ArrayList<>(); in getTestVectors() local
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DRsaSignatureTest.java1132 public void testVectors(RSAPublicKeySpec key, String algorithm, String[] testvectors) in testVectors() method in RsaSignatureTest
H A DAesGcmTest.java148 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 DHpkeKemKeyFactoryTest.java51 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in HpkeKemKeyFactoryTest
H A DChaCha20Poly1305HpkeAeadTest.java45 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in ChaCha20Poly1305HpkeAeadTest
H A DAesGcmHpkeAeadTest.java45 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in AesGcmHpkeAeadTest
H A DHkdfHpkeKdfTest.java50 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 DAesGcmHkdfAeadCrypterTest.java164 private static final TestVector[] testVectors = field in AesGcmHkdfAeadCrypterTest
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DDecoderConformanceTest.java98 List<String> testVectors = readCodecTestVectors(mediaType); in input() local

12