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

  /external/chromium/chrome/browser/ssl/
ssl_error_info.cc 45 cert->GetDNSNames(&dns_names);
  /external/chromium/net/base/
x509_certificate.h 226 void GetDNSNames(std::vector<std::string>* dns_names) const;
x509_certificate_openssl.cc 397 void X509Certificate::GetDNSNames(std::vector<std::string>* dns_names) const {
423 // GetDNSNames, so we can apply special handling for IP addresses vs DNS
426 GetDNSNames(&cert_names);
x509_certificate_unittest.cc 224 google_cert->GetDNSNames(&dns_names);
290 webkit_cert->GetDNSNames(&dns_names);
353 thawte_cert->GetDNSNames(&dns_names);
    [all...]
x509_certificate_mac.cc 776 void X509Certificate::GetDNSNames(std::vector<std::string>* dns_names) const {
    [all...]
x509_certificate_nss.cc 754 void X509Certificate::GetDNSNames(std::vector<std::string>* dns_names) const {
    [all...]
x509_certificate_win.cc 615 void X509Certificate::GetDNSNames(std::vector<std::string>* dns_names) const {
    [all...]
x509_certificate.cc 529 GetDNSNames(&dns_names);
    [all...]

Completed in 2695 milliseconds