Searched defs:cert_san_dns_names (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/cert/
H A Dx509_certificate.cc510 const std::vector<std::string>& cert_san_dns_names,
534 const bool common_name_fallback = cert_san_dns_names.empty() &&
598 const std::vector<std::string>* presented_names = &cert_san_dns_names;
507 VerifyHostname( const std::string& hostname, const std::string& cert_common_name, const std::vector<std::string>& cert_san_dns_names, const std::vector<std::string>& cert_san_ip_addrs, bool* common_name_fallback_used) argument

Completed in 163 milliseconds