Home
last modified time | relevance | path

Searched refs:SetSrtpCryptoSuites (Results 1 – 9 of 9) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dtransportchannel.cc57 bool TransportChannel::SetSrtpCryptoSuites(const std::vector<int>& ciphers) { in SetSrtpCryptoSuites() function in cricket::TransportChannel
67 return SetSrtpCryptoSuites(crypto_suites); in SetSrtpCiphers()
H A Ddtlstransportinternal.h46 virtual bool SetSrtpCryptoSuites(const std::vector<int>& ciphers) = 0;
H A Dtransportchannel.h89 virtual bool SetSrtpCryptoSuites(const std::vector<int>& ciphers);
H A Ddtlstransportchannel.h132 bool SetSrtpCryptoSuites(const std::vector<int>& ciphers) override;
H A Ddtlstransportchannel.cc333 bool DtlsTransportChannelWrapper::SetSrtpCryptoSuites( in SetSrtpCryptoSuites() function in cricket::DtlsTransportChannelWrapper
H A Dfaketransportcontroller.h467 bool SetSrtpCryptoSuites(const std::vector<int>& ciphers) override { in SetSrtpCryptoSuites() function
H A Ddtlstransportchannel_unittest.cc156 EXPECT_TRUE(channel->SetSrtpCryptoSuites(ciphers)); in MaybeSetSrtpCryptoSuites()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/quic/
H A Dquictransportchannel.h97 bool SetSrtpCryptoSuites(const std::vector<int>& ciphers) override { in SetSrtpCryptoSuites() function
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/pc/
H A Dchannel.cc941 return tc->SetSrtpCryptoSuites(crypto_suites); in SetDtlsSrtpCryptoSuites_n()