Home
last modified time | relevance | path

Searched refs:kServerCertPath (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_http.cc58 std::string path = CommUtil::ParseConfig(*(config_), kServerCertPath); in InitSSL()
60 MS_LOG(EXCEPTION) << "The key:" << kServerCertPath << "'s value is not exist."; in InitSSL()
Dssl_wrapper.cc65 std::string path = CommUtil::ParseConfig(*(config_), kServerCertPath); in InitSSL()
67 MS_LOG(EXCEPTION) << "The key:" << kServerCertPath << "'s value is not exist."; in InitSSL()
/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h129 constexpr char kServerCertPath[] = "server_cert_path"; variable