Searched refs:GetRemoteCertificate (Results 1 – 13 of 13) sorted by relevance
192 bool TransportChannelProxy::GetRemoteCertificate( in GetRemoteCertificate() function in cricket::TransportChannelProxy198 return impl_->GetRemoteCertificate(cert); in GetRemoteCertificate()
115 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const = 0;
79 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const;
775 client1_.transport()->GetRemoteCertificate(remote_cert1.accept())); in TEST_F()778 client2_.transport()->GetRemoteCertificate(remote_cert2.accept())); in TEST_F()801 client1_.transport()->GetRemoteCertificate(remote_cert1.accept())); in TEST_F()805 client2_.transport()->GetRemoteCertificate(remote_cert2.accept())); in TEST_F()
136 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const { in GetRemoteCertificate() function
170 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const;
254 bool GetRemoteCertificate(talk_base::SSLCertificate** cert);
117 bool Transport::GetRemoteCertificate(talk_base::SSLCertificate** cert) { in GetRemoteCertificate() function in cricket::Transport130 return iter->second->GetRemoteCertificate(cert); in GetRemoteCertificate_w()
243 bool DtlsTransportChannelWrapper::GetRemoteCertificate( in GetRemoteCertificate() function in cricket::DtlsTransportChannelWrapper
247 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const { in GetRemoteCertificate() function
50 MOCK_CONST_METHOD1(GetRemoteCertificate,
640 if (transport->GetRemoteCertificate(cert.accept())) in ExtractSessionInfo()