Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dsslstreamadapter_unittest.cc470 bool GetDtlsSrtpCryptoSuite(bool client, int* retval) { in GetDtlsSrtpCryptoSuite() function in SSLStreamAdapterTestBase
472 return client_ssl_->GetDtlsSrtpCryptoSuite(retval); in GetDtlsSrtpCryptoSuite()
474 return server_ssl_->GetDtlsSrtpCryptoSuite(retval); in GetDtlsSrtpCryptoSuite()
917 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher)); in TEST_P()
919 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher)); in TEST_P()
935 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher)); in TEST_P()
937 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher)); in TEST_P()
956 ASSERT_FALSE(GetDtlsSrtpCryptoSuite(true, &client_cipher)); in TEST_P()
958 ASSERT_FALSE(GetDtlsSrtpCryptoSuite(false, &server_cipher)); in TEST_P()
972 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher)); in TEST_P()
[all …]
Dsslstreamadapter.cc75 bool SSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite() function in rtc::SSLStreamAdapter
Dsslstreamadapter.h185 virtual bool GetDtlsSrtpCryptoSuite(int* crypto_suite);
Dopensslstreamadapter.h105 bool GetDtlsSrtpCryptoSuite(int* crypto_suite) override;
Dopensslstreamadapter.cc451 bool OpenSSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite() function in rtc::OpenSSLStreamAdapter
/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.cc309 if (!dtls_->GetDtlsSrtpCryptoSuite(&current_srtp_cipher)) { in SetSrtpCryptoSuites()
343 return dtls_->GetDtlsSrtpCryptoSuite(cipher); in GetSrtpCryptoSuite()