Searched defs:SetDtlsSrtpCiphers (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/base/ | ||
D | sslstreamadapter.h | 171 virtual bool SetDtlsSrtpCiphers(const std::vector<std::string>& ciphers) { in SetDtlsSrtpCiphers() function |
D | opensslstreamadapter.cc | 275 bool OpenSSLStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in talk_base::OpenSSLStreamAdapter |
D | nssstreamadapter.cc | 881 bool NSSStreamAdapter::SetDtlsSrtpCiphers( in SetDtlsSrtpCiphers() function in talk_base::NSSStreamAdapter |
D | sslstreamadapter_unittest.cc | 377 void SetDtlsSrtpCiphers(const std::vector<std::string> &ciphers, in SetDtlsSrtpCiphers() function in SSLStreamAdapterTestBase |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ | ||
D | channel.cc | 965 bool BaseChannel::SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp) { in SetDtlsSrtpCiphers() function in cricket::BaseChannel |