Home
last modified time | relevance | path

Searched refs:testKeyAgreement (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/security/KeyAgreement/
DKeyAgreementTest.java56 public void testKeyAgreement() throws Exception { in testKeyAgreement() method in KeyAgreementTest
61 testKeyAgreement(providers.get(i), kaAlgos.get(i), kpgAlgos.get(i), spec); in testKeyAgreement()
112 private static void testKeyAgreement(String provider, String kaAlgo, in testKeyAgreement() method in KeyAgreementTest
DMultiThreadTest.java131 testKeyAgreement(provider, kaAlgo, kpg); in runTest()
153 private static void testKeyAgreement(String provider, String kaAlgo, in testKeyAgreement() method in MultiThreadTest
DKeySizeTest.java81 testKeyAgreement("BC", "DiffieHellman", "DiffieHellman", sizesDH.get(i)); in testDHKeySize()
88 testKeyAgreement("AndroidOpenSSL", "ECDH", "EC", sizesECDH.get(i)); in testECDHKeySize()
106 private static void testKeyAgreement(String provider, String kaAlgo, in testKeyAgreement() method in KeySizeTest