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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h 102 virtual bool SetLocalIdentity(talk_base::SSLIdentity* identity) = 0;
rawtransportchannel.h 155 virtual bool SetLocalIdentity(talk_base::SSLIdentity* identity) {
fakesession.h 225 bool SetLocalIdentity(talk_base::SSLIdentity* identity) {
355 it->second->SetLocalIdentity(identity_);
412 dest_channel->SetLocalIdentity(dest_->identity_);
dtlstransport.h 97 if (!channel->SetLocalIdentity(identity_)) {
dtlstransportchannel.h 133 virtual bool SetLocalIdentity(talk_base::SSLIdentity *identity);
p2ptransportchannel.h 153 virtual bool SetLocalIdentity(talk_base::SSLIdentity* identity) {
dtlstransportchannel.cc 157 bool DtlsTransportChannelWrapper::SetLocalIdentity(
222 // Allow SetRemoteFingerprint with a NULL digest even if SetLocalIdentity

Completed in 112 milliseconds