Searched refs:GetRemoteCertificate (Results 1 – 13 of 13) sorted by relevance
191 bool TransportChannelProxy::GetRemoteCertificate( in GetRemoteCertificate() function in cricket::TransportChannelProxy197 return impl_->GetRemoteCertificate(cert); in GetRemoteCertificate()
79 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const;
115 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const = 0;
816 client1_.transport()->GetRemoteCertificate(remote_cert1.accept())); in TEST_F()819 client2_.transport()->GetRemoteCertificate(remote_cert2.accept())); in TEST_F()842 client1_.transport()->GetRemoteCertificate(remote_cert1.accept())); in TEST_F()846 client2_.transport()->GetRemoteCertificate(remote_cert2.accept())); in TEST_F()
140 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const { in GetRemoteCertificate() function
173 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const;
138 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const { in GetRemoteCertificate() function
258 bool GetRemoteCertificate(talk_base::SSLCertificate** cert);
162 bool Transport::GetRemoteCertificate(talk_base::SSLCertificate** cert) { in GetRemoteCertificate() function in cricket::Transport175 return iter->second->GetRemoteCertificate(cert); in GetRemoteCertificate_w()
249 bool DtlsTransportChannelWrapper::GetRemoteCertificate( in GetRemoteCertificate() function in cricket::DtlsTransportChannelWrapper
260 virtual bool GetRemoteCertificate(talk_base::SSLCertificate** cert) const { in GetRemoteCertificate() function
50 MOCK_CONST_METHOD1(GetRemoteCertificate,
800 if (transport->GetRemoteCertificate(cert.accept())) in ExtractSessionInfo()