Searched refs:ALTS (Results 1 – 14 of 14) 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()
31 typedef enum { INSECURE = 0, TLS, ALTS } transport_security; enumerator
114 security_type == testing::ALTS in CreateTestChannel()
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()
180 .get(HandshakeProtocol.ALTS.getNumber()) in send()
108 .setHandshakeSecurityProtocol(HandshakeProtocol.ALTS) in startClientHandshakeWithOptions()
31 ALTS = 2; enumerator117 // protocol (e.g., TLS or ALTS) has its own set of record protocols and local
38 ALTS = 2; enumerator130 // protocol (e.g., TLS or ALTS) has its own set of record protocols and local
45 ALTS(2), enumConstant95 case 2: return ALTS; in forNumber()