Home
last modified time | relevance | path

Searched defs:SetDtlsSrtpCiphers (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
Dsslstreamadapter.h158 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { in SetDtlsSrtpCiphers() function
Dopensslstreamadapter.cc264 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in talk_base::OpenSSLStreamAdapter
Dnssstreamadapter.cc905 bool NSSStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in talk_base::NSSStreamAdapter
Dsslstreamadapter_unittest.cc394 void SetDtlsSrtpCiphers(const std::vector<std::string> &ciphers, in SetDtlsSrtpCiphers() function in SSLStreamAdapterTestBase
/external/chromium_org/third_party/webrtc/base/
Dsslstreamadapter.h141 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { in SetDtlsSrtpCiphers() function
Dopensslstreamadapter.cc247 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in rtc::OpenSSLStreamAdapter
Dnssstreamadapter.cc887 bool NSSStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in rtc::NSSStreamAdapter
Dsslstreamadapter_unittest.cc376 void SetDtlsSrtpCiphers(const std::vector<std::string> &ciphers, in SetDtlsSrtpCiphers() function in SSLStreamAdapterTestBase
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc763 bool BaseChannel::SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp) { in SetDtlsSrtpCiphers() function in cricket::BaseChannel