Searched refs:cert_match (Results 1 – 1 of 1) sorted by relevance
481 base::StringPiece cert_match(cert_name_string); in VerifyHostname() local484 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()