Searched defs:SetDtlsSrtpCiphers (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslstreamadapter.h164 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { function in class:talk_base::SSLStreamAdapter
H A Dopensslstreamadapter.cc267 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers( function in class:talk_base::OpenSSLStreamAdapter
H A Dnssstreamadapter.cc874 bool NSSStreamAdapter::SetDtlsSrtpCiphers( function in class:talk_base::NSSStreamAdapter
H A Dsslstreamadapter_unittest.cc376 void SetDtlsSrtpCiphers(const std::vector<std::string> &ciphers, function in class:SSLStreamAdapterTestBase
379 client_ssl_->SetDtlsSrtpCiphers(ciphers);
381 server_ssl_->SetDtlsSrtpCiphers(ciphers);
791 SetDtlsSrtpCiphers(high, true);
792 SetDtlsSrtpCiphers(high, false);
809 SetDtlsSrtpCiphers(low, true);
810 SetDtlsSrtpCiphers(low, false);
830 SetDtlsSrtpCiphers(high, true);
831 SetDtlsSrtpCiphers(low, false);
846 SetDtlsSrtpCiphers(mixe
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc431 if (!SetDtlsSrtpCiphers(transport_channel_, false)) {
528 VERIFY(SetDtlsSrtpCiphers(rtcp_transport_channel_, true));
934 bool BaseChannel::SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp) { function in class:cricket::BaseChannel

Completed in 131 milliseconds