Searched refs:set_root_cert_name (Results 1 – 6 of 6) sorted by relevance
126 options->set_root_cert_name(kRootCertName); in TEST_F()167 root_options->set_root_cert_name(kRootCertName); in TEST_F()200 options->set_root_cert_name(kRootCertName); in TEST_F()238 options->set_root_cert_name(kRootCertName); in TEST_F()341 options->set_root_cert_name(kRootCertName); in TEST_F()415 options->set_root_cert_name(kRootCertName); in TEST_F()449 options->set_root_cert_name(kRootCertName); in TEST_F()
161 void set_root_cert_name(std::string root_cert_name) { in set_root_cert_name() function
125 options->set_root_cert_name(root_cert_name); in grpc_tls_credentials_options_set_root_cert_name()
170 void set_root_cert_name(const std::string& root_cert_name);
141 void TlsCredentialsOptions::set_root_cert_name( in set_root_cert_name() function in grpc::experimental::TlsCredentialsOptions