HomeSort by relevance Sort by last modified time
    Searched refs:GetDNSNames (Results 1 - 12 of 12) 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...]
  /external/chromium_org/net/cert/
x509_certificate.h 229 void GetDNSNames(std::vector<std::string>* dns_names) const;
x509_certificate_unittest.cc 195 google_cert->GetDNSNames(&dns_names);
252 webkit_cert->GetDNSNames(&dns_names);
307 thawte_cert->GetDNSNames(&dns_names);
    [all...]
x509_certificate.cc 488 void X509Certificate::GetDNSNames(std::vector<std::string>* dns_names) const {
  /external/chromium_org/chrome/browser/ssl/
ssl_error_info.cc 46 cert->GetDNSNames(&dns_names);

Completed in 335 milliseconds