Searched refs:set_root_cert_name (Results 1 – 7 of 7) sorted by relevance
126 options->set_root_cert_name(kRootCertName); in TEST_F()216 root_options->set_root_cert_name(kRootCertName); in TEST_F()249 options->set_root_cert_name(kRootCertName); in TEST_F()287 options->set_root_cert_name(kRootCertName); in TEST_F()392 options->set_root_cert_name(kRootCertName); in TEST_F()466 options->set_root_cert_name(kRootCertName); in TEST_F()500 options->set_root_cert_name(kRootCertName); in TEST_F()
178 void set_root_cert_name(const std::string& root_cert_name);
161 void set_root_cert_name(std::string root_cert_name) { in set_root_cert_name() function
127 options->set_root_cert_name(root_cert_name); in grpc_tls_credentials_options_set_root_cert_name()
144 void TlsCredentialsOptions::set_root_cert_name( in set_root_cert_name() function in grpc::experimental::TlsCredentialsOptions
158 tls_credentials_options->set_root_cert_name(cluster_name); in create_security_connector()