OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyHostname
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/base/
x509_certificate.h
354
FRIEND_TEST_ALL_PREFIXES(X509CertificateNameVerifyTest,
VerifyHostname
);
393
static bool
VerifyHostname
(const std::string& hostname,
x509_certificate_openssl.cc
427
if (!
VerifyHostname
(hostname, cert_names))
x509_certificate_unittest.cc
[
all
...]
x509_certificate.cc
403
bool X509Certificate::
VerifyHostname
(
524
return
VerifyHostname
(hostname, dns_names);
[
all
...]
Completed in 32 milliseconds