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

  /external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.h 91 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
sslstreamadapter.h 158 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) {
opensslstreamadapter.h 111 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
sslstreamadapter_unittest.cc 394 void SetDtlsSrtpCiphers(const std::vector<std::string> &ciphers,
397 client_ssl_->SetDtlsSrtpCiphers(ciphers);
399 server_ssl_->SetDtlsSrtpCiphers(ciphers);
805 SetDtlsSrtpCiphers(high, true);
806 SetDtlsSrtpCiphers(high, false);
823 SetDtlsSrtpCiphers(low, true);
824 SetDtlsSrtpCiphers(low, false);
844 SetDtlsSrtpCiphers(high, true);
845 SetDtlsSrtpCiphers(low, false);
860 SetDtlsSrtpCiphers(mixed, true)
    [all...]
nssstreamadapter.cc 905 bool NSSStreamAdapter::SetDtlsSrtpCiphers(
opensslstreamadapter.cc 264 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers(
  /external/chromium_org/third_party/webrtc/base/
nssstreamadapter.h 73 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
sslstreamadapter.h 141 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) {
opensslstreamadapter.h 94 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
sslstreamadapter_unittest.cc 376 void SetDtlsSrtpCiphers(const std::vector<std::string> &ciphers,
379 client_ssl_->SetDtlsSrtpCiphers(ciphers);
381 server_ssl_->SetDtlsSrtpCiphers(ciphers);
787 SetDtlsSrtpCiphers(high, true);
788 SetDtlsSrtpCiphers(high, false);
805 SetDtlsSrtpCiphers(low, true);
806 SetDtlsSrtpCiphers(low, false);
826 SetDtlsSrtpCiphers(high, true);
827 SetDtlsSrtpCiphers(low, false);
842 SetDtlsSrtpCiphers(mixed, true)
    [all...]
nssstreamadapter.cc 887 bool NSSStreamAdapter::SetDtlsSrtpCiphers(
opensslstreamadapter.cc 247 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers(
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.cc 284 if (!dtls_->SetDtlsSrtpCiphers(srtp_ciphers_)) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 296 bool SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp);
channel.cc 222 if (!SetDtlsSrtpCiphers(transport_channel_, false)) {
321 VERIFY(SetDtlsSrtpCiphers(rtcp_transport_channel_, true));
763 bool BaseChannel::SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp) {
    [all...]

Completed in 206 milliseconds