Searched defs:GetDtlsSrtpCryptoSuite (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
H A Dsslstreamadapter.cc75 bool SSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { function in class:rtc::SSLStreamAdapter
H A Dopensslstreamadapter.cc451 bool OpenSSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { function in class:rtc::OpenSSLStreamAdapter
H A Dsslstreamadapter_unittest.cc470 bool GetDtlsSrtpCryptoSuite(bool client, int* retval) { function in class:SSLStreamAdapterTestBase
472 return client_ssl_->GetDtlsSrtpCryptoSuite(retval);
474 return server_ssl_->GetDtlsSrtpCryptoSuite(retval);
917 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher));
919 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher));
935 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher));
937 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher));
956 ASSERT_FALSE(GetDtlsSrtpCryptoSuite(true, &client_cipher));
958 ASSERT_FALSE(GetDtlsSrtpCryptoSuite(false, &server_cipher));
972 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(tru
[all...]

Completed in 167 milliseconds