Home
last modified time | relevance | path

Searched refs:use_test_ca (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/test/cpp/qps/
Djson_run_localhost_scenarios.bzl3use_test_ca": true, "server_host_override": "foo.test.google.fr"}, "server_type": "SYNC_SERVER", "…
Dclient.h526 !config.security_params().use_test_ca(), in ClientChannelInfo()
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSecurityParams.php21 protected $use_test_ca = false; variable in Grpc\\Testing\\SecurityParams
53 return $this->use_test_ca;
64 $this->use_test_ca = $var;
/third_party/grpc/test/cpp/interop/
Dclient_helper.cc41 DECLARE_bool(use_test_ca);
Dstress_test.cc105 DEFINE_bool(use_test_ca, false, "False to use SSL roots for google");
Dclient.cc39 DEFINE_bool(use_test_ca, false, "False to use SSL roots for google");
/third_party/grpc/src/php/tests/interop/
Dinterop_client.php681 $use_test_ca = false;
684 $use_test_ca = true;
690 if ($use_test_ca) {
/third_party/grpc/src/ruby/pb/test/
Dclient.rb91 def ssl_creds(use_test_ca) argument
92 return test_creds if use_test_ca
112 creds = ssl_creds(opts.use_test_ca)
/third_party/grpc/src/ruby/qps/
Dclient.rb47 if config.security_params.use_test_ca
/third_party/grpc/src/python/grpcio_tests/tests/stress/
Dclient.py95 if args.use_test_ca:
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dclient.py125 if args.use_test_ca:
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto67 bool use_test_ca = 1; field
/third_party/grpc/doc/
Dinterop-test-descriptions.md28 * --use_test_ca=BOOLEAN