Home
last modified time | relevance | path

Searched refs:testVectors (Results 1 – 10 of 10) sorted by relevance

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcdsaTest.java605 public void testVectors( in testVectors() method in EcdsaTest
644 testVectors( in testValidSignatures()
650 testVectors( in testModifiedSignatures()
661 testVectors( in testInvalidSignatures()
DDsaTest.java677 public void testVectors( in testVectors() method in DsaTest
721 testVectors( in testValidSignatures()
726 testVectors( in testModifiedSignatures()
732 testVectors( in testInvalidSignatures()
DRsaSignatureTest.java1127 public void testVectors(RSAPublicKeySpec key, String algorithm, String[] testvectors) in testVectors() method in RsaSignatureTest
1159 testVectors(RSA_KEY1, ALGORITHM_KEY1, SIGNATURES_KEY1); in testVectorsAll()
DAesGcmTest.java148 public void testVectors() throws Exception { in testVectors() method in AesGcmTest
DEcdhTest.java848 public void testVectors() throws Exception { in testVectors() method in EcdhTest
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAesGcmHkdfAeadCrypterTest.java109 for (TestVector testVector : testVectors) { in testVectorEncrypt()
133 for (TestVector testVector : testVectors) { in testVectorDecrypt()
164 private static final TestVector[] testVectors = field in AesGcmHkdfAeadCrypterTest
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp558 list<TestVector> testVectors = { member
593 for (auto &testVector : testVectors) {
603 for (auto &test : testVectors) {
/external/guava/guava-tests/test/com/google/common/hash/
DSipHashFunctionTest.java106 public void testVectors() { in testVectors() method in SipHashFunctionTest
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java3691 List<CipherTestParam> testVectors) throws Exception { in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() argument
3694 for (CipherTestParam testVector : testVectors) { in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired()
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
DCipherTest.java3689 List<CipherTestParam> testVectors) throws Exception { in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired() argument
3692 for (CipherTestParam testVector : testVectors) { in testCipher_Success_ForAllSupportingProviders_AtLeastOneProviderRequired()