Home
last modified time | relevance | path

Searched defs:GetRemoteSSLCertificate (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h138 bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const override { in GetRemoteSSLCertificate() function
Dtransport.cc80 bool Transport::GetRemoteSSLCertificate(rtc::SSLCertificate** cert) { in GetRemoteSSLCertificate() function in cricket::Transport
Ddtlstransportchannel.cc246 bool DtlsTransportChannelWrapper::GetRemoteSSLCertificate( in GetRemoteSSLCertificate() function in cricket::DtlsTransportChannelWrapper
Dtransportcontroller.cc89 bool TransportController::GetRemoteSSLCertificate( in GetRemoteSSLCertificate() function in cricket::TransportController
Dfaketransportcontroller.h264 bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const override { in GetRemoteSSLCertificate() function
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1152 bool WebRtcSession::GetRemoteSSLCertificate(const std::string& transport_name, in GetRemoteSSLCertificate() function in webrtc::WebRtcSession