Searched refs:ALTS (Results 1 – 12 of 12) sorted by relevance
8 description = "gRPC: ALTS"49 // ALTS retuns a lot of futures that we mostly don't care about.
78 .setHandshakeSecurityProtocol(HandshakeProtocol.ALTS) in setStartClientFields()104 .putHandshakeParameters(HandshakeProtocol.ALTS.getNumber(), serverParameters) in setStartServerFields()
109 using grpc::testing::ALTS;278 FLAGS_use_alts ? ALTS : (FLAGS_use_tls ? TLS : INSECURE); in main()
108 FLAGS_use_alts ? ALTS : (FLAGS_use_tls ? TLS : INSECURE); in CreateChannelForTestCase()
31 typedef enum { INSECURE = 0, TLS, ALTS } transport_security; enumerator
114 security_type == testing::ALTS in CreateTestChannel()
31 ALTS = 2; enumerator117 // protocol (e.g., TLS or ALTS) has its own set of record protocols and local
180 .get(HandshakeProtocol.ALTS.getNumber()) in send()
107 .setHandshakeSecurityProtocol(HandshakeProtocol.ALTS) in startClientHandshakeWithOptions()
45 ALTS(2), enumConstant95 case 2: return ALTS; in forNumber()