Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/
Dbuild.gradle8 description = "gRPC: ALTS"
49 // ALTS retuns a lot of futures that we mostly don't care about.
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsHandshakerClient.java78 .setHandshakeSecurityProtocol(HandshakeProtocol.ALTS) in setStartClientFields()
104 .putHandshakeParameters(HandshakeProtocol.ALTS.getNumber(), serverParameters) in setStartServerFields()
/external/grpc-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.cc108 FLAGS_use_alts ? ALTS : (FLAGS_use_tls ? TLS : INSECURE); in CreateChannelForTestCase()
/external/grpc-grpc/test/cpp/util/
Dcreate_test_channel.h31 typedef enum { INSECURE = 0, TLS, ALTS } transport_security; enumerator
Dcreate_test_channel.cc114 security_type == testing::ALTS in CreateTestChannel()
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/
Dhandshaker.proto31 ALTS = 2; enumerator
117 // protocol (e.g., TLS or ALTS) has its own set of record protocols and local
/external/grpc-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
/external/grpc-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
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsTsiTest.java180 .get(HandshakeProtocol.ALTS.getNumber()) in send()
DAltsHandshakerClientTest.java107 .setHandshakeSecurityProtocol(HandshakeProtocol.ALTS) in startClientHandshakeWithOptions()
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DHandshaker.java45 ALTS(2), enumConstant
95 case 2: return ALTS; in forNumber()