Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dsslstreamadapter_unittest.cc377 void SetDtlsSrtpCiphers(const std::vector<std::string> &ciphers, in SetDtlsSrtpCiphers() function in SSLStreamAdapterTestBase
380 client_ssl_->SetDtlsSrtpCiphers(ciphers); in SetDtlsSrtpCiphers()
382 server_ssl_->SetDtlsSrtpCiphers(ciphers); in SetDtlsSrtpCiphers()
788 SetDtlsSrtpCiphers(high, true); in TEST_F()
789 SetDtlsSrtpCiphers(high, false); in TEST_F()
806 SetDtlsSrtpCiphers(low, true); in TEST_F()
807 SetDtlsSrtpCiphers(low, false); in TEST_F()
827 SetDtlsSrtpCiphers(high, true); in TEST_F()
828 SetDtlsSrtpCiphers(low, false); in TEST_F()
843 SetDtlsSrtpCiphers(mixed, true); in TEST_F()
[all …]
Dsslstreamadapter.h145 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { in SetDtlsSrtpCiphers() function
Dnssstreamadapter.h73 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
Dopensslstreamadapter.h94 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
Dopensslstreamadapter.cc247 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in rtc::OpenSSLStreamAdapter
Dnssstreamadapter.cc889 bool NSSStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in rtc::NSSStreamAdapter
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Ddtlstransportchannel.cc284 if (!dtls_->SetDtlsSrtpCiphers(srtp_ciphers_)) { in SetupDtls()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc207 if (!SetDtlsSrtpCiphers(transport_channel_, false)) { in Init()
306 VERIFY(SetDtlsSrtpCiphers(rtcp_transport_channel_, true)); in set_rtcp_transport_channel()
748 bool BaseChannel::SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp) { in SetDtlsSrtpCiphers() function in cricket::BaseChannel
Dchannel.h295 bool SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp);