Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java586 private static final String SUPPORTED_PROTOCOL_TLSV1 = "TLSv1"; field in NativeCrypto
895 SUPPORTED_PROTOCOL_TLSV1,
902 SUPPORTED_PROTOCOL_TLSV1,
909 SUPPORTED_PROTOCOL_TLSV1,
917 SUPPORTED_PROTOCOL_TLSV1,
926 SUPPORTED_PROTOCOL_TLSV1, in getSupportedProtocols()
944 } else if (protocol.equals(SUPPORTED_PROTOCOL_TLSV1)) { in setEnabledProtocols()
973 && (!protocol.equals(SUPPORTED_PROTOCOL_TLSV1)) in checkEnabledProtocols()