Home
last modified time | relevance | path

Searched defs:GetDtlsSrtpCipher (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
Dsslstreamadapter.h162 virtual bool GetDtlsSrtpCipher(std::string* cipher) { in GetDtlsSrtpCipher() function
Dopensslstreamadapter.cc302 bool OpenSSLStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) { in GetDtlsSrtpCipher() function in talk_base::OpenSSLStreamAdapter
Dnssstreamadapter.cc941 bool NSSStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) { in GetDtlsSrtpCipher() function in talk_base::NSSStreamAdapter
Dsslstreamadapter_unittest.cc402 bool GetDtlsSrtpCipher(bool client, std::string *retval) { in GetDtlsSrtpCipher() function in SSLStreamAdapterTestBase
/external/chromium_org/third_party/webrtc/base/
Dsslstreamadapter.h145 virtual bool GetDtlsSrtpCipher(std::string* cipher) { in GetDtlsSrtpCipher() function
Dopensslstreamadapter.cc285 bool OpenSSLStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) { in GetDtlsSrtpCipher() function in rtc::OpenSSLStreamAdapter
Dnssstreamadapter.cc923 bool NSSStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) { in GetDtlsSrtpCipher() function in rtc::NSSStreamAdapter
Dsslstreamadapter_unittest.cc384 bool GetDtlsSrtpCipher(bool client, std::string *retval) { in GetDtlsSrtpCipher() function in SSLStreamAdapterTestBase