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

  /external/chromium/net/base/
x509_certificate.h 355 FRIEND_TEST_ALL_PREFIXES(X509CertificateNameVerifyTest, VerifyHostname);
394 static bool VerifyHostname(const std::string& hostname,
x509_certificate_openssl.cc 427 if (!VerifyHostname(hostname, cert_names))
x509_certificate_unittest.cc     [all...]
x509_certificate.cc 409 bool X509Certificate::VerifyHostname(
530 return VerifyHostname(hostname, dns_names);
    [all...]

Completed in 553 milliseconds