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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.cc 191 bool TransportChannelProxy::GetRemoteCertificate(
197 return impl_->GetRemoteCertificate(cert);
rawtransportchannel.h 140 virtual bool GetRemoteCertificate(rtc::SSLCertificate** cert) const {
dtlstransportchannel.cc 249 bool DtlsTransportChannelWrapper::GetRemoteCertificate(
p2ptransportchannel.h 138 virtual bool GetRemoteCertificate(rtc::SSLCertificate** cert) const {
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);

Completed in 113 milliseconds