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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.h 115 virtual bool GetRemoteCertificate(rtc::SSLCertificate** cert) const = 0;
transportchannelproxy.h 79 virtual bool GetRemoteCertificate(rtc::SSLCertificate** cert) const;
rawtransportchannel.h 140 virtual bool GetRemoteCertificate(rtc::SSLCertificate** cert) const {
transportchannelproxy.cc 191 bool TransportChannelProxy::GetRemoteCertificate(
197 return impl_->GetRemoteCertificate(cert);
dtlstransportchannel.h 173 virtual bool GetRemoteCertificate(rtc::SSLCertificate** cert) const;
dtlstransportchannel_unittest.cc 816 client1_.transport()->GetRemoteCertificate(remote_cert1.accept()));
819 client2_.transport()->GetRemoteCertificate(remote_cert2.accept()));
842 client1_.transport()->GetRemoteCertificate(remote_cert1.accept()));
846 client2_.transport()->GetRemoteCertificate(remote_cert2.accept()));
p2ptransportchannel.h 138 virtual bool GetRemoteCertificate(rtc::SSLCertificate** cert) const {
transport.h 263 bool GetRemoteCertificate(rtc::SSLCertificate** cert);
dtlstransportchannel.cc 249 bool DtlsTransportChannelWrapper::GetRemoteCertificate(
fakesession.h 260 virtual bool GetRemoteCertificate(rtc::SSLCertificate** cert) const {
transport.cc 180 bool Transport::GetRemoteCertificate(rtc::SSLCertificate** cert) {
193 return iter->second->GetRemoteCertificate(cert);
  /external/chromium_org/jingle/glue/
channel_socket_adapter_unittest.cc 50 MOCK_CONST_METHOD1(GetRemoteCertificate,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc     [all...]

Completed in 2138 milliseconds