Home
last modified time | relevance | path

Searched refs:GetDtlsSrtpCryptoSuite (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/rtc_base/
Dssl_stream_adapter_unittest.cc590 bool GetDtlsSrtpCryptoSuite(bool client, int* retval) { in GetDtlsSrtpCryptoSuite() function in SSLStreamAdapterTestBase
592 return client_ssl_->GetDtlsSrtpCryptoSuite(retval); in GetDtlsSrtpCryptoSuite()
594 return server_ssl_->GetDtlsSrtpCryptoSuite(retval); in GetDtlsSrtpCryptoSuite()
1188 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher)); in TEST_P()
1190 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher)); in TEST_P()
1205 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher)); in TEST_P()
1207 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher)); in TEST_P()
1224 ASSERT_FALSE(GetDtlsSrtpCryptoSuite(true, &client_cipher)); in TEST_P()
1226 ASSERT_FALSE(GetDtlsSrtpCryptoSuite(false, &server_cipher)); in TEST_P()
1239 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher)); in TEST_P()
[all …]
Dssl_stream_adapter.cc121 bool SSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite() function in rtc::SSLStreamAdapter
Dssl_stream_adapter.h229 virtual bool GetDtlsSrtpCryptoSuite(int* crypto_suite);
Dopenssl_stream_adapter.h111 bool GetDtlsSrtpCryptoSuite(int* crypto_suite) override;
Dopenssl_stream_adapter.cc468 bool OpenSSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite() function in rtc::OpenSSLStreamAdapter
/external/webrtc/p2p/base/
Ddtls_transport.cc390 return dtls_->GetDtlsSrtpCryptoSuite(cipher); in GetSrtpCryptoSuite()