Home
last modified time | relevance | path

Searched refs:cert_match (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dx509_certificate.cc481 base::StringPiece cert_match(cert_name_string); in VerifyHostname() local
484 if (cert_match.ends_with(".")) in VerifyHostname()
485 cert_match.remove_suffix(1); in VerifyHostname()
489 if (cert_match.length() > reference_name.length()) in VerifyHostname()
492 if (cert_match == reference_name) in VerifyHostname()
500 if (wildcard_domain.empty() || !cert_match.starts_with("*")) in VerifyHostname()
505 cert_match.remove_prefix(1); in VerifyHostname()
511 if (cert_match == wildcard_domain) in VerifyHostname()