Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_client.cc93 std::string crl_path = CommUtil::ParseConfig(*(config_), kCrlPath); in InitSSL()
Dssl_wrapper.cc100 std::string crl_path = CommUtil::ParseConfig(*(config_), kCrlPath); in InitSSL()
/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h131 constexpr char kCrlPath[] = "crl_path"; variable