Searched defs:Tls (Results 1 – 7 of 7) sorted by relevance
278 struct Tls { struct279 enum class NameType { kUnset = 0, kStandardName = 1, kOtherName = 2 };280 NameType type = NameType::kUnset;282 std::string name;283 std::string local_certificate;284 std::string remote_certificate;
911 ThreadContext *Tls = new ThreadContext(); in initParserThread() local955 ThreadContext *Tls = ICE_TLS_GET_FIELD(TLS); in statsUpdateEmitted() local963 ThreadContext *Tls = ICE_TLS_GET_FIELD(TLS); in statsUpdateRegistersSaved() local971 ThreadContext *Tls = ICE_TLS_GET_FIELD(TLS); in statsUpdateFrameBytes() local979 ThreadContext *Tls = ICE_TLS_GET_FIELD(TLS); in statsUpdateSpills() local987 ThreadContext *Tls = ICE_TLS_GET_FIELD(TLS); in statsUpdateFills() local995 ThreadContext *Tls = ICE_TLS_GET_FIELD(TLS); in statsUpdateRPImms() local
175 public static final class Tls extends class in Security181 private Tls(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Tls() method in Security.Tls184 private Tls() { in Tls() method in Security.Tls194 private Tls( in Tls() method in Security.Tls
655 public static final class Tls { class in InternalChannelz663 public Tls(String cipherSuiteName, Certificate localCert, Certificate remoteCert) { in Tls() method in InternalChannelz.Tls672 public Tls(SSLSession session) { in Tls() method in InternalChannelz.Tls
325 message Tls { message
327 message Tls { message