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(talk_base::SSLCertificate** cert) const {
dtlstransportchannel.cc 249 bool DtlsTransportChannelWrapper::GetRemoteCertificate(
p2ptransportchannel.h 138 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const {
fakesession.h 260 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const {
transport.cc 162 bool Transport::GetRemoteCertificate(talk_base::SSLCertificate** cert) {
175 return iter->second->GetRemoteCertificate(cert);

Completed in 51 milliseconds