Searched refs:GetDtlsSrtpCryptoSuite (Results 1 – 6 of 6) sorted by relevance
470 bool GetDtlsSrtpCryptoSuite(bool client, int* retval) { in GetDtlsSrtpCryptoSuite() function in SSLStreamAdapterTestBase472 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 …]
75 bool SSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite() function in rtc::SSLStreamAdapter
185 virtual bool GetDtlsSrtpCryptoSuite(int* crypto_suite);
105 bool GetDtlsSrtpCryptoSuite(int* crypto_suite) override;
451 bool OpenSSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite() function in rtc::OpenSSLStreamAdapter
309 if (!dtls_->GetDtlsSrtpCryptoSuite(¤t_srtp_cipher)) { in SetSrtpCryptoSuites()343 return dtls_->GetDtlsSrtpCryptoSuite(cipher); in GetSrtpCryptoSuite()