HomeSort by relevance Sort by last modified time
    Searched defs:SetDtlsSrtpCiphers (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/base/
sslstreamadapter.h 145 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) {
opensslstreamadapter.cc 247 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers(
nssstreamadapter.cc 889 bool NSSStreamAdapter::SetDtlsSrtpCiphers(
sslstreamadapter_unittest.cc 377 void SetDtlsSrtpCiphers(const std::vector<std::string> &ciphers,
380 client_ssl_->SetDtlsSrtpCiphers(ciphers);
382 server_ssl_->SetDtlsSrtpCiphers(ciphers);
788 SetDtlsSrtpCiphers(high, true);
789 SetDtlsSrtpCiphers(high, false);
806 SetDtlsSrtpCiphers(low, true);
807 SetDtlsSrtpCiphers(low, false);
827 SetDtlsSrtpCiphers(high, true);
828 SetDtlsSrtpCiphers(low, false);
843 SetDtlsSrtpCiphers(mixed, true)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 207 if (!SetDtlsSrtpCiphers(transport_channel_, false)) {
306 VERIFY(SetDtlsSrtpCiphers(rtcp_transport_channel_, true));
748 bool BaseChannel::SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp) {
    [all...]

Completed in 85 milliseconds