Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/security/KeyAgreement/
DKeySpecTest.java70 testKeySpecs("BC", "DiffieHellman", "DiffieHellman", kp); in testDHKeySpecs()
78 testKeySpecs("AndroidOpenSSL", "ECDH", "EC", kp); in testECDHKeySpecs()
127 private static void testKeySpecs(String provider, String kaAlgo, in testKeySpecs() method in KeySpecTest