HomeSort by relevance Sort by last modified time
    Searched defs:GetDtlsSrtpCipher (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter.h 168 virtual bool GetDtlsSrtpCipher(std::string* cipher) {
opensslstreamadapter.cc 305 bool OpenSSLStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) {
nssstreamadapter.cc 910 bool NSSStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) {
sslstreamadapter_unittest.cc 384 bool GetDtlsSrtpCipher(bool client, std::string *retval) {
386 return client_ssl_->GetDtlsSrtpCipher(retval);
388 return server_ssl_->GetDtlsSrtpCipher(retval);
796 ASSERT_TRUE(GetDtlsSrtpCipher(true, &client_cipher));
798 ASSERT_TRUE(GetDtlsSrtpCipher(false, &server_cipher));
814 ASSERT_TRUE(GetDtlsSrtpCipher(true, &client_cipher));
816 ASSERT_TRUE(GetDtlsSrtpCipher(false, &server_cipher));
835 ASSERT_FALSE(GetDtlsSrtpCipher(true, &client_cipher));
837 ASSERT_FALSE(GetDtlsSrtpCipher(false, &server_cipher));
851 ASSERT_TRUE(GetDtlsSrtpCipher(true, &client_cipher))
    [all...]

Completed in 2260 milliseconds