Searched refs:GetDtlsSrtpCryptoSuite (Results 1 – 6 of 6) sorted by relevance
590 bool GetDtlsSrtpCryptoSuite(bool client, int* retval) { in GetDtlsSrtpCryptoSuite() function in SSLStreamAdapterTestBase592 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 …]
121 bool SSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite() function in rtc::SSLStreamAdapter
229 virtual bool GetDtlsSrtpCryptoSuite(int* crypto_suite);
111 bool GetDtlsSrtpCryptoSuite(int* crypto_suite) override;
468 bool OpenSSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite() function in rtc::OpenSSLStreamAdapter
390 return dtls_->GetDtlsSrtpCryptoSuite(cipher); in GetSrtpCryptoSuite()