Searched defs:transport_security (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_grpclb_interop_tests.py | 183 def transport_security_to_args(transport_security): argument 202 transport_security='tls'): argument 243 def fallback_server_jobspec(transport_security, shortname): argument 253 def backend_server_jobspec(transport_security, shortname): argument 263 def grpclb_jobspec(transport_security, short_stream, backend_addrs, shortname): argument
|
D | run_interop_tests.py | 899 transport_security='tls'): argument 974 transport_security='tls', argument 1058 transport_security='tls', argument 1516 transport_security = 'google_default_credentials' variable 1518 transport_security = 'compute_engine_channel_creds' variable 1520 transport_security = 'tls' variable
|
/external/grpc-grpc/test/cpp/util/ |
D | create_test_channel.h | 31 typedef enum { INSECURE = 0, TLS, ALTS } transport_security; typedef
|
/external/grpc-grpc/tools/run_tests/ |
D | run_interop_tests.py | 770 transport_security='tls'): argument 837 transport_security='tls', argument 919 transport_security='tls', argument
|