Home | History | Annotate | Download | only in base

Lines Matching defs:hostname

1025   // true iff we expect hostname to match an entry in cert_names.
1027 // The hostname to match.
1028 const char* hostname;
1044 *os << " expected: " << data.expected << ", hostname: "
1045 << data.hostname << ", cert_names: " << data.cert_names;
1113 X509Certificate::VerifyHostname(test_data.hostname, cert_names))
1114 << "Host [" << test_data.hostname