OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssl_host_name_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.h
80
std::string
ssl_host_name_
;
member in class:talk_base::SChannelAdapter
openssladapter.h
96
std::string
ssl_host_name_
;
member in class:talk_base::OpenSSLAdapter
schanneladapter.cc
123
ssl_host_name_
= hostname;
142
LOG(LS_VERBOSE) << "BeginSSL: " <<
ssl_host_name_
;
195
const_cast<char*>(
ssl_host_name_
.c_str()),
223
const_cast<char*>(
ssl_host_name_
.c_str()),
openssladapter.cc
256
ssl_host_name_
= hostname;
275
LOG(LS_INFO) << "BeginSSL: " <<
ssl_host_name_
;
336
if (!SSLPostConnectionCheck(ssl_,
ssl_host_name_
.c_str())) {
Completed in 298 milliseconds