Home
last modified time | relevance | path

Searched defs:TLS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/org/apache/http/conn/ssl/
DSSLSocketFactory.java149 public static final String TLS = "TLS"; field in SSLSocketFactory
/frameworks/native/libs/binder/tests/
DbinderRpcTestCommon.h75 enum class RpcSecurity { RAW, TLS }; enumerator