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

  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter_unittest.cc 376 void SetDtlsSrtpCiphers(const std::vector<std::string> &ciphers,
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(mixed, true)
    [all...]
nssstreamadapter.h 91 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
sslstreamadapter.h 164 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) {
opensslstreamadapter.h 110 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers);
nssstreamadapter.cc 874 bool NSSStreamAdapter::SetDtlsSrtpCiphers(
opensslstreamadapter.cc 267 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers(
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.cc 254 if (!dtls_->SetDtlsSrtpCiphers(srtp_ciphers_)) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 285 bool SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp);
channel.cc 431 if (!SetDtlsSrtpCiphers(transport_channel_, false)) {
528 VERIFY(SetDtlsSrtpCiphers(rtcp_transport_channel_, true));
934 bool BaseChannel::SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp) {
    [all...]

Completed in 172 milliseconds