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_org/third_party/webrtc/base/
schanneladapter.h
63
std::string
ssl_host_name_
;
member in class:rtc::SChannelAdapter
openssladapter.h
79
std::string
ssl_host_name_
;
member in class:rtc::OpenSSLAdapter
schanneladapter.cc
106
ssl_host_name_
= hostname;
125
LOG(LS_VERBOSE) << "BeginSSL: " <<
ssl_host_name_
;
179
const_cast<char*>(
ssl_host_name_
.c_str()),
207
const_cast<char*>(
ssl_host_name_
.c_str()),
openssladapter.cc
280
ssl_host_name_
= hostname;
299
LOG(LS_INFO) << "BeginSSL: " <<
ssl_host_name_
;
357
if (!SSLPostConnectionCheck(ssl_,
ssl_host_name_
.c_str())) {
Completed in 67 milliseconds