Searched refs:server_certificate_path (Results 1 – 2 of 2) sorted by relevance
184 const std::string& server_certificate_path) { in GenerateCredentials() argument185 if (private_key_path.empty() || server_certificate_path.empty()) { in GenerateCredentials()199 FileUniquePtr cert_file(fopen(server_certificate_path.c_str(), "r"), &fclose); in GenerateCredentials()
62 const std::string& server_certificate_path);