Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/base/
Dsslstreamadapter.h171 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { in SetDtlsSrtpCiphers() function
Dopensslstreamadapter.cc275 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in talk_base::OpenSSLStreamAdapter
Dnssstreamadapter.cc881 bool NSSStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in talk_base::NSSStreamAdapter
Dsslstreamadapter_unittest.cc377 void SetDtlsSrtpCiphers(const std::vector<std::string> &ciphers, in SetDtlsSrtpCiphers() function in SSLStreamAdapterTestBase
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc965 bool BaseChannel::SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp) { in SetDtlsSrtpCiphers() function in cricket::BaseChannel