Searched refs:VerifyCommonName (Results 1 – 4 of 4) sorted by relevance
122 static bool VerifyCommonName(const X509 *cert, const std::string &ca_path);
267 bool CommUtil::VerifyCommonName(const X509 *cert, const std::string &ca_path) { in VerifyCommonName() function in mindspore::ps::core::CommUtil
100 if (!CommUtil::VerifyCommonName(cert, client_ca)) { in InitSSL()
114 if (!CommUtil::VerifyCommonName(cert, client_ca)) { in InitSSL()