HomeSort by relevance Sort by last modified time
    Searched defs:checkEnabledCipherSuites (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLServerSocketImpl.java 125 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites(suites);
162 checkEnabledCipherSuites();
176 private void checkEnabledCipherSuites() throws SSLException {
NativeCrypto.java 533 checkEnabledCipherSuites(cipherSuites);
547 public static String[] checkEnabledCipherSuites(String[] cipherSuites) {

Completed in 161 milliseconds