Searched refs:testKeyAgreement (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/test/java/security/KeyAgreement/ |
D | KeyAgreementTest.java | 56 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
|
D | MultiThreadTest.java | 131 testKeyAgreement(provider, kaAlgo, kpg); in runTest() 153 private static void testKeyAgreement(String provider, String kaAlgo, in testKeyAgreement() method in MultiThreadTest
|
D | KeySizeTest.java | 81 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
|