Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/interop/
Dstress_test.cc109 using grpc::testing::ALTS;
278 FLAGS_use_alts ? ALTS : (FLAGS_use_tls ? TLS : INSECURE); in main()
Dclient_helper.cc118 FLAGS_use_alts ? ALTS : (FLAGS_use_tls ? TLS : INSECURE); in CreateChannelForTestCase()
/third_party/grpc/test/cpp/util/
Dcreate_test_channel.h38 typedef enum { INSECURE = 0, TLS, ALTS } transport_security; enumerator
Dcreate_test_channel.cc212 security_type == testing::ALTS in CreateTestChannel()
/third_party/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto31 ALTS = 2; enumerator
117 // protocol (e.g., TLS or ALTS) has its own set of record protocols and local
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto31 ALTS = 2; enumerator
117 // protocol (e.g., TLS or ALTS) has its own set of record protocols and local
/third_party/grpc/src/proto/grpc/gcp/
Dhandshaker.proto38 ALTS = 2; enumerator
130 // protocol (e.g., TLS or ALTS) has its own set of record protocols and local
/third_party/grpc/doc/
Dinterop-test-descriptions.md705 is capable of transport creds auto-selection (including ALTS).
743 is capable of transport creds auto-selection (including ALTS).