Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DSSLParametersImpl.java148 enabledProtocols = NativeCrypto.checkEnabledProtocols( in SSLParametersImpl()
238 enabledProtocols = NativeCrypto.checkEnabledProtocols(filteredProtocols).clone(); in setEnabledProtocols()
DNativeCrypto.java844 checkEnabledProtocols(protocols); in setEnabledProtocols()
875 static String[] checkEnabledProtocols(String[] protocols) { in checkEnabledProtocols() method in NativeCrypto