OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartSSL
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/webrtc/base/
ssladapter.h
32
//
StartSSL
returns 0 if successful.
33
// If
StartSSL
is called while the socket is closed or connecting, the SSL
35
virtual int
StartSSL
(const char* hostname, bool restartable) = 0;
sslstreamadapterhelper.cc
48
return
StartSSL
();
54
return
StartSSL
();
125
int SSLStreamAdapterHelper::
StartSSL
() {
sslstreamadapterhelper.h
73
// Before calling one of the
StartSSL
methods, data flows
112
int
StartSSL
();
openssladapter.h
37
int
StartSSL
(const char* hostname, bool restartable) override;
opensslstreamadapter.h
50
// be possible to send any data in clear after one of the
StartSSL
121
// Before calling one of the
StartSSL
methods, data flows
141
int
StartSSL
();
sslsocketfactory.cc
178
if (ssl_adapter->
StartSSL
(hostname_.c_str(), true) != 0) {
ssladapter_unittest.cc
82
if (ssl_adapter_->
StartSSL
(hostname.c_str(), false) != 0) {
opensslstreamadapter.cc
474
return
StartSSL
();
480
return
StartSSL
();
729
int OpenSSLStreamAdapter::
StartSSL
() {
[
all
...]
openssladapter.cc
301
OpenSSLAdapter::
StartSSL
(const char* hostname, bool restartable) {
/external/webrtc/webrtc/p2p/base/
basicpacketsocketfactory.cc
145
if (ssl_adapter->
StartSSL
(remote_address.hostname().c_str(), false) != 0) {
/external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc
228
if (ssl_adapter->
StartSSL
(domainname.c_str(), false) != 0)
Completed in 834 milliseconds