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 175 virtual bool GetDtlsSrtpCipher(std::string* cipher) {
opensslstreamadapter.cc 313 bool OpenSSLStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) {
nssstreamadapter.cc 917 bool NSSStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) {
sslstreamadapter_unittest.cc 385 bool GetDtlsSrtpCipher(bool client, std::string *retval) {
387 return client_ssl_->GetDtlsSrtpCipher(retval);
389 return server_ssl_->GetDtlsSrtpCipher(retval);
804 ASSERT_TRUE(GetDtlsSrtpCipher(true, &client_cipher));
806 ASSERT_TRUE(GetDtlsSrtpCipher(false, &server_cipher));
822 ASSERT_TRUE(GetDtlsSrtpCipher(true, &client_cipher));
824 ASSERT_TRUE(GetDtlsSrtpCipher(false, &server_cipher));
843 ASSERT_FALSE(GetDtlsSrtpCipher(true, &client_cipher));
845 ASSERT_FALSE(GetDtlsSrtpCipher(false, &server_cipher));
859 ASSERT_TRUE(GetDtlsSrtpCipher(true, &client_cipher))
    [all...]

Completed in 33 milliseconds