Searched refs:SetLocalIdentity (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelimpl.h100 virtual bool SetLocalIdentity(talk_base::SSLIdentity* identity) = 0;
H A Dfakesession.h212 bool SetLocalIdentity(talk_base::SSLIdentity* identity) { function in class:cricket::FakeTransportChannel
341 it->second->SetLocalIdentity(identity_);
398 dest_channel->SetLocalIdentity(dest_->identity_);
H A Ddtlstransport.h94 if (!channel->SetLocalIdentity(identity_))
H A Drawtransportchannel.h151 virtual bool SetLocalIdentity(talk_base::SSLIdentity* identity) { function in class:cricket::RawTransportChannel
H A Ddtlstransportchannel.h130 virtual bool SetLocalIdentity(talk_base::SSLIdentity *identity);
H A Dp2ptransportchannel.h151 virtual bool SetLocalIdentity(talk_base::SSLIdentity* identity) { function in class:cricket::P2PTransportChannel
H A Ddtlstransportchannel.cc155 bool DtlsTransportChannelWrapper::SetLocalIdentity( function in class:cricket::DtlsTransportChannelWrapper
216 // Allow SetRemoteFingerprint with a NULL digest even if SetLocalIdentity

Completed in 161 milliseconds