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 126 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites(suites);
183 checkEnabledCipherSuites();
198 private void checkEnabledCipherSuites() throws SSLException {
NativeCrypto.java 508 checkEnabledCipherSuites(cipherSuites);
522 public static String[] checkEnabledCipherSuites(String[] cipherSuites) {
    [all...]

Completed in 253 milliseconds