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

  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter.h 171 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) {
opensslstreamadapter.cc 275 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers(
nssstreamadapter.cc 881 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);
799 SetDtlsSrtpCiphers(high, true);
800 SetDtlsSrtpCiphers(high, false);
817 SetDtlsSrtpCiphers(low, true);
818 SetDtlsSrtpCiphers(low, false);
838 SetDtlsSrtpCiphers(high, true);
839 SetDtlsSrtpCiphers(low, false);
854 SetDtlsSrtpCiphers(mixed, true)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 438 if (!SetDtlsSrtpCiphers(transport_channel_, false)) {
553 VERIFY(SetDtlsSrtpCiphers(rtcp_transport_channel_, true));
965 bool BaseChannel::SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp) {
    [all...]

Completed in 87 milliseconds