OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLocalIdentity
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h
100
virtual bool
SetLocalIdentity
(talk_base::SSLIdentity* identity) = 0;
rawtransportchannel.h
151
virtual bool
SetLocalIdentity
(talk_base::SSLIdentity* identity) {
fakesession.h
212
bool
SetLocalIdentity
(talk_base::SSLIdentity* identity) {
341
it->second->
SetLocalIdentity
(identity_);
398
dest_channel->
SetLocalIdentity
(dest_->identity_);
dtlstransport.h
94
if (!channel->
SetLocalIdentity
(identity_))
dtlstransportchannel.h
130
virtual bool
SetLocalIdentity
(talk_base::SSLIdentity *identity);
p2ptransportchannel.h
151
virtual bool
SetLocalIdentity
(talk_base::SSLIdentity* identity) {
dtlstransportchannel.cc
155
bool DtlsTransportChannelWrapper::
SetLocalIdentity
(
216
// Allow SetRemoteFingerprint with a NULL digest even if
SetLocalIdentity
Completed in 682 milliseconds