Searched refs:VerifyNameMatch (Results 1 – 5 of 5) sorted by relevance
304 EXPECT_TRUE(webkit_cert->VerifyNameMatch("www.webkit.org")); in TEST()305 EXPECT_TRUE(webkit_cert->VerifyNameMatch("foo.webkit.org")); in TEST()306 EXPECT_TRUE(webkit_cert->VerifyNameMatch("webkit.org")); in TEST()307 EXPECT_FALSE(webkit_cert->VerifyNameMatch("www.webkit.com")); in TEST()308 EXPECT_FALSE(webkit_cert->VerifyNameMatch("www.foo.webkit.com")); in TEST()
321 bool VerifyNameMatch(const std::string& hostname) const;
527 bool X509Certificate::VerifyNameMatch(const std::string& hostname) const { in VerifyNameMatch() function in net::X509Certificate
847 bool X509Certificate::VerifyNameMatch(const std::string& hostname) const { in VerifyNameMatch() function in net::X509Certificate
349 return ssl_info.cert->VerifyNameMatch(domain); in VerifyDomainAuthentication()