Home
last modified time | relevance | path

Searched refs:ssl_host_name_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dschanneladapter.h80 std::string ssl_host_name_; variable
Dschanneladapter.cc123 ssl_host_name_ = hostname; in StartSSL()
142 LOG(LS_VERBOSE) << "BeginSSL: " << ssl_host_name_; in BeginSSL()
195 const_cast<char*>(ssl_host_name_.c_str()), in BeginSSL()
223 const_cast<char*>(ssl_host_name_.c_str()), in ContinueSSL()
Dopenssladapter.h96 std::string ssl_host_name_; variable
Dopenssladapter.cc256 ssl_host_name_ = hostname; in StartSSL()
275 LOG(LS_INFO) << "BeginSSL: " << ssl_host_name_; in BeginSSL()
336 if (!SSLPostConnectionCheck(ssl_, ssl_host_name_.c_str())) { in ContinueSSL()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dschanneladapter.h80 std::string ssl_host_name_; variable
Dschanneladapter.cc123 ssl_host_name_ = hostname; in StartSSL()
142 LOG(LS_VERBOSE) << "BeginSSL: " << ssl_host_name_; in BeginSSL()
195 const_cast<char*>(ssl_host_name_.c_str()), in BeginSSL()
223 const_cast<char*>(ssl_host_name_.c_str()), in ContinueSSL()
Dopenssladapter.h96 std::string ssl_host_name_; variable
Dopenssladapter.cc298 ssl_host_name_ = hostname; in StartSSL()
317 LOG(LS_INFO) << "BeginSSL: " << ssl_host_name_; in BeginSSL()
375 if (!SSLPostConnectionCheck(ssl_, ssl_host_name_.c_str())) { in ContinueSSL()