Home
last modified time | relevance | path

Searched defs:DownstreamTlsContext (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_listener.h81 struct DownstreamTlsContext { struct
82 DownstreamTlsContext() {} in DownstreamTlsContext() function
84 CommonTlsContext common_tls_context;
85 bool require_client_certificate = false;
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_listener.h91 struct DownstreamTlsContext { struct
92 DownstreamTlsContext() {} in DownstreamTlsContext() argument
94 CommonTlsContext common_tls_context;
95 bool require_client_certificate = false;
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DEnvoyServerProtoData.java90 public static final class DownstreamTlsContext extends BaseTlsContext { class in EnvoyServerProtoData
95 public DownstreamTlsContext( in DownstreamTlsContext() method in EnvoyServerProtoData.DownstreamTlsContext
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/security/
H A DTlsContextManagerImpl.java52 ValueFactory<DownstreamTlsContext, SslContextProvider> serverFactory) { in TlsContextManagerImpl()
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/auth/
H A Dtls.proto55 message DownstreamTlsContext { message
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dtls.proto167 message DownstreamTlsContext { message
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/xds/v3/
H A Dtls.proto167 message DownstreamTlsContext { message
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/extensions/transport_sockets/tls/v3/
H A Dtls.proto59 message DownstreamTlsContext { message
/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_listener_resource_type_test.cc1458 TEST_F(TcpListenerTest, DownstreamTlsContext) { in TEST_F() argument