OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartSSLWithPeer
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
sslstreamadapter.h
76
// StartSSLWithServer or
StartSSLWithPeer
.
95
//
StartSSLWithPeer
starts negotiation in the special peer-to-peer
100
//
StartSSLWithPeer
() but must be called before the underlying
102
virtual int
StartSSLWithPeer
() = 0;
opensslstreamadapter.h
82
virtual int
StartSSLWithPeer
();
opensslstreamadapter.cc
197
int OpenSSLStreamAdapter::
StartSSLWithPeer
() {
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc
323
ssl_stream->
StartSSLWithPeer
();
Completed in 701 milliseconds