Searched defs:checkEnabledCipherSuites (Results 1 - 2 of 2) sorted by relevance

/libcore/crypto/src/main/java/org/conscrypt/
H A DOpenSSLServerSocketImpl.java140 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites(suites);
177 checkEnabledCipherSuites();
192 private void checkEnabledCipherSuites() throws SSLException { method in class:OpenSSLServerSocketImpl
H A DNativeCrypto.java876 checkEnabledCipherSuites(cipherSuites);
890 public static String[] checkEnabledCipherSuites(String[] cipherSuites) { method in class:NativeCrypto

Completed in 71 milliseconds