OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyHostname
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/base/
x509_certificate.h
355
FRIEND_TEST_ALL_PREFIXES(X509CertificateNameVerifyTest,
VerifyHostname
);
394
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
409
bool X509Certificate::
VerifyHostname
(
530
return
VerifyHostname
(hostname, dns_names);
[
all
...]
/external/chromium_org/net/cert/
x509_certificate.h
233
// are required for HTTP certificate name verification - see
VerifyHostname
.
403
FRIEND_TEST_ALL_PREFIXES(X509CertificateNameVerifyTest,
VerifyHostname
);
434
static bool
VerifyHostname
(const std::string& hostname,
x509_certificate.cc
503
bool X509Certificate::
VerifyHostname
(
658
return
VerifyHostname
(hostname, subject_.common_name, dns_names, ip_addrs,
x509_certificate_unittest.cc
[
all
...]
Completed in 97 milliseconds