Lines Matching refs:GetDtlsSrtpCryptoSuite
470 bool GetDtlsSrtpCryptoSuite(bool client, int* retval) {
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(true, &client_cipher));
974 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher));