Home
last modified time | relevance | path

Searched defs:GetRemoteSSLCertChain (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/p2p/base/
H A Dfake_dtls_transport.h211 std::unique_ptr<rtc::SSLCertChain> GetRemoteSSLCertChain() const override { in GetRemoteSSLCertChain() function
H A Ddtls_transport.cc333 std::unique_ptr<rtc::SSLCertChain> DtlsTransport::GetRemoteSSLCertChain() in GetRemoteSSLCertChain() function in cricket::DtlsTransport
/aosp_15_r20/external/webrtc/pc/test/
H A Dfake_peer_connection_for_stats.h397 std::unique_ptr<rtc::SSLCertChain> GetRemoteSSLCertChain( in GetRemoteSSLCertChain() function
H A Dfake_peer_connection_base.h282 std::unique_ptr<rtc::SSLCertChain> GetRemoteSSLCertChain( in GetRemoteSSLCertChain() function
/aosp_15_r20/external/webrtc/pc/
H A Djsep_transport_controller.cc257 JsepTransportController::GetRemoteSSLCertChain( in GetRemoteSSLCertChain() function in webrtc::JsepTransportController
H A Djsep_transport_controller_unittest.cc586 TEST_F(JsepTransportControllerTest, GetRemoteSSLCertChain) { in TEST_F() argument
H A Dpeer_connection.cc2350 std::unique_ptr<rtc::SSLCertChain> PeerConnection::GetRemoteSSLCertChain( in GetRemoteSSLCertChain() function in webrtc::PeerConnection