HomeSort by relevance Sort by last modified time
    Searched refs:ssl_host_name_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
openssladapter.h 88 std::string ssl_host_name_; member in class:rtc::OpenSSLAdapter
openssladapter.cc 305 ssl_host_name_ = hostname;
324 LOG(LS_INFO) << "BeginSSL: " << ssl_host_name_;
385 if (!SSLPostConnectionCheck(ssl_, ssl_host_name_.c_str())) {

Completed in 93 milliseconds