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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLServerSocketImpl.java 140 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites(suites);
177 checkEnabledCipherSuites();
192 private void checkEnabledCipherSuites() throws SSLException {
NativeCrypto.java     [all...]
OpenSSLSocketImpl.java 778 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites(suites);
    [all...]

Completed in 483 milliseconds