Searched refs:StartSSL (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dssladapter.h28 // StartSSL returns 0 if successful.
29 // If StartSSL is called while the socket is closed or connecting, the SSL
31 virtual int StartSSL(const char* hostname, bool restartable) = 0;
H A Dsslstreamadapterhelper.cc38 return StartSSL();
44 return StartSSL();
111 int SSLStreamAdapterHelper::StartSSL() { function in class:rtc::SSLStreamAdapterHelper
H A Dopenssladapter.h34 virtual int StartSSL(const char* hostname, bool restartable);
H A Dschanneladapter.h28 virtual int StartSSL(const char* hostname, bool restartable);
H A Dsslstreamadapterhelper.h77 // Before calling one of the StartSSL methods, data flows
113 int StartSSL();
H A Dopensslstreamadapter.h49 // be possible to send any data in clear after one of the StartSSL
107 // Before calling one of the StartSSL methods, data flows
127 int StartSSL();
H A Dsslsocketfactory.cc158 ssl_adapter->StartSSL(hostname_.c_str(), true);
H A Dopensslstreamadapter.cc316 return StartSSL();
322 return StartSSL();
566 int OpenSSLStreamAdapter::StartSSL() { function in class:rtc::OpenSSLStreamAdapter
H A Dssladapter_unittest.cc70 if (ssl_adapter_->StartSSL(hostname.c_str(), false) != 0) {
H A Dopenssladapter.cc276 OpenSSLAdapter::StartSSL(const char* hostname, bool restartable) { function in class:rtc::OpenSSLAdapter
H A Dschanneladapter.cc102 SChannelAdapter::StartSSL(const char* hostname, bool restartable) { function in class:rtc::SChannelAdapter
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dbasicpacketsocketfactory.cc158 if (ssl_adapter->StartSSL(remote_address.hostname().c_str(), false) != 0) {
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.cc246 if (ssl_adapter->StartSSL(domainname.c_str(), false) != 0)

Completed in 1388 milliseconds