Searched refs:SetDtlsSrtpCiphers (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/webrtc/base/ |
D | sslstreamadapter_unittest.cc | 377 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 …]
|
D | sslstreamadapter.h | 145 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { in SetDtlsSrtpCiphers() function
|
D | nssstreamadapter.h | 73 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
|
D | opensslstreamadapter.h | 94 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
|
D | opensslstreamadapter.cc | 247 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in rtc::OpenSSLStreamAdapter
|
D | nssstreamadapter.cc | 889 bool NSSStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in rtc::NSSStreamAdapter
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | dtlstransportchannel.cc | 284 if (!dtls_->SetDtlsSrtpCiphers(srtp_ciphers_)) { in SetupDtls()
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channel.cc | 207 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
|
D | channel.h | 295 bool SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp);
|