Home
last modified time | relevance | path

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

12

/external/tink/go/aead/subtle/
Dpolyval_test.go29 var testVectors = []struct { var
/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
DBase16CodecTest.java35 String[] testVectors = {"", "f", "fo", "foo", "foob", "fooba", "foobar"}; in testVectorsPerRfc4648() local
DBase16LowerCodecTest.java35 String[] testVectors = {"", "f", "fo", "foo", "foob", "fooba", "foobar"}; in testVectorsPerRfc4648() local
DBase64UtilsCodecTest.java29 String[] testVectors = {"", "f", "fo", "foo", "foob", "fooba", "foobar"}; in testVectorsPerRfc4648() local
/external/libultrahdr/benchmark/
Dbenchmark_test.cpp249 static void BM_Encode_Api0(benchmark::State& s, std::vector<std::string> testVectors) { in BM_Encode_Api0()
290 std::vector<std::pair<std::string, std::string>> testVectors) { in BM_Encode_Api1()
343 std::vector<std::tuple<std::string, std::string, std::string>> testVectors) { in BM_Encode_Api2()
408 std::vector<std::pair<std::string, std::string>> testVectors) { in BM_Encode_Api3()
/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
DHkdfTest.java59 public void testVectors() throws Exception { in testVectors() method in HkdfTest
/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
DHpkeTestUtil.java45 Map<HpkeTestId, HpkeTestVector> testVectors = new HashMap<>(); in parseTestVectors() local
/external/guava/android/guava-tests/test/com/google/common/hash/
DSipHashFunctionTest.java106 public void testVectors() { in testVectors() method in SipHashFunctionTest
/external/guava/guava-tests/test/com/google/common/hash/
DSipHashFunctionTest.java106 public void testVectors() { in testVectors() method in SipHashFunctionTest
/external/openthread/tests/unit/
Dtest_ip_address.cpp71 Ip6AddressTestVector testVectors[] = { in TestIp6AddressFromString() local
227 Ip4AddressTestVector testVectors[] = { in TestIp4AddressFromString() local
281 CidrTestVector testVectors[] = { in TestIp4CidrFromString() local
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DRsaSignatureTest.java1132 public void testVectors(RSAPublicKeySpec key, String algorithm, String[] testvectors) in testVectors() method in RsaSignatureTest
DAesGcmTest.java148 public void testVectors() throws Exception { in testVectors() method in AesGcmTest
DEcdsaTest.java606 public void testVectors( in testVectors() method in EcdsaTest
/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/
DChaCha20Poly1305HpkeAeadTest.java45 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in ChaCha20Poly1305HpkeAeadTest
DHpkeKemKeyFactoryTest.java51 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in HpkeKemKeyFactoryTest
DAesGcmHpkeAeadTest.java45 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in AesGcmHpkeAeadTest
DHkdfHpkeKdfTest.java50 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in HkdfHpkeKdfTest
DX25519HpkeKemTest.java48 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in X25519HpkeKemTest
DNistCurvesHpkeKemTest.java55 private static Map<HpkeTestId, HpkeTestVector> testVectors; field in NistCurvesHpkeKemTest
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAesGcmHkdfAeadCrypterTest.java164 private static final TestVector[] testVectors = field in AesGcmHkdfAeadCrypterTest
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DScryptTest.java68 private final List<String[]> testVectors = readTestVectors(); field in ScryptTest
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DScryptTest.java66 private final List<String[]> testVectors = readTestVectors(); field in ScryptTest
/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
DEllipticCurvesUtilTest.java57 static TestVector[] testVectors = field in EllipticCurvesUtilTest
/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
DRsaSignatureTest.java1157 private void testVectors(RSAPublicKeySpec key, String algorithm, String[] testvectors) in testVectors() method in RsaSignatureTest
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
DMacTest.java58 private final List<String[]> testVectors = readTestVectors(); field in MacTest

12