Searched defs:DownstreamTlsContext (Results 1 – 9 of 9) sorted by relevance
81 struct DownstreamTlsContext { struct82 DownstreamTlsContext() {} in DownstreamTlsContext() function84 CommonTlsContext common_tls_context;85 bool require_client_certificate = false;
91 struct DownstreamTlsContext { struct92 DownstreamTlsContext() {} in DownstreamTlsContext() argument94 CommonTlsContext common_tls_context;95 bool require_client_certificate = false;
90 public static final class DownstreamTlsContext extends BaseTlsContext { class in EnvoyServerProtoData95 public DownstreamTlsContext( in DownstreamTlsContext() method in EnvoyServerProtoData.DownstreamTlsContext
52 ValueFactory<DownstreamTlsContext, SslContextProvider> serverFactory) { in TlsContextManagerImpl()
55 message DownstreamTlsContext { message
167 message DownstreamTlsContext { message
59 message DownstreamTlsContext { message
1458 TEST_F(TcpListenerTest, DownstreamTlsContext) { in TEST_F() argument