HomeSort by relevance Sort by last modified time
    Searched refs:VerifyHostname (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/cert/
x509_certificate.h 233 // are required for HTTP certificate name verification - see VerifyHostname.
428 FRIEND_TEST_ALL_PREFIXES(X509CertificateNameVerifyTest, VerifyHostname);
459 static bool VerifyHostname(const std::string& hostname,
x509_certificate.cc 507 bool X509Certificate::VerifyHostname(
661 return VerifyHostname(hostname, subject_.common_name, dns_names, ip_addrs,
x509_certificate_unittest.cc     [all...]

Completed in 1232 milliseconds