Searched refs:VerifyCRL (Results 1 – 4 of 4) sorted by relevance
120 static bool VerifyCRL(const X509 *cert, const std::string &crl_path);
248 bool CommUtil::VerifyCRL(const X509 *cert, const std::string &crl_path) { in VerifyCRL() function in mindspore::ps::core::CommUtil
96 } else if (!CommUtil::VerifyCRL(cert, crl_path)) { in InitSSL()
103 } else if (!CommUtil::VerifyCRL(cert, crl_path)) { in InitSSL()