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

  /external/chromium_org/third_party/webrtc/base/
nssstreamadapter.h 74 virtual bool GetDtlsSrtpCipher(std::string* cipher);
sslstreamadapter.h 149 virtual bool GetDtlsSrtpCipher(std::string* cipher) {
opensslstreamadapter.h 95 virtual bool 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);
793 ASSERT_TRUE(GetDtlsSrtpCipher(true, &client_cipher));
795 ASSERT_TRUE(GetDtlsSrtpCipher(false, &server_cipher));
811 ASSERT_TRUE(GetDtlsSrtpCipher(true, &client_cipher));
813 ASSERT_TRUE(GetDtlsSrtpCipher(false, &server_cipher));
832 ASSERT_FALSE(GetDtlsSrtpCipher(true, &client_cipher));
834 ASSERT_FALSE(GetDtlsSrtpCipher(false, &server_cipher));
848 ASSERT_TRUE(GetDtlsSrtpCipher(true, &client_cipher))
    [all...]
nssstreamadapter.cc 925 bool NSSStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) {
opensslstreamadapter.cc 285 bool OpenSSLStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.cc 311 if (!dtls_->GetDtlsSrtpCipher(&current_srtp_cipher)) {
348 return dtls_->GetDtlsSrtpCipher(cipher);

Completed in 316 milliseconds