Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dsslstreamadapter.h145 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { in SetDtlsSrtpCiphers() function
Dopensslstreamadapter.cc247 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in rtc::OpenSSLStreamAdapter
Dnssstreamadapter.cc889 bool NSSStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in rtc::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.cc748 bool BaseChannel::SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp) { in SetDtlsSrtpCiphers() function in cricket::BaseChannel