Home
last modified time | relevance | path

Searched refs:VerifyCRL (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/
Dcomm_util.h120 static bool VerifyCRL(const X509 *cert, const std::string &crl_path);
Dcomm_util.cc248 bool CommUtil::VerifyCRL(const X509 *cert, const std::string &crl_path) { in VerifyCRL() function in mindspore::ps::core::CommUtil
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_client.cc96 } else if (!CommUtil::VerifyCRL(cert, crl_path)) { in InitSSL()
Dssl_wrapper.cc103 } else if (!CommUtil::VerifyCRL(cert, crl_path)) { in InitSSL()