Searched refs:expected_cipher_suite (Results 1 – 4 of 4) sorted by relevance
24 uint16_t expected_cipher_suite = in TEST() local31 EXPECT_EQ(expected_cipher_suite, in TEST()
1871 int expected_cipher_suite) { in TestNegotiatedCipherSuite() argument1879 EXPECT_EQ_WAIT(rtc::SrtpCryptoSuiteToName(expected_cipher_suite), in TestNegotiatedCipherSuite()1884 expected_cipher_suite)); in TestNegotiatedCipherSuite()1890 int expected_cipher_suite) { in TestGcmNegotiationUsesCipherSuite() argument1902 expected_cipher_suite); in TestGcmNegotiationUsesCipherSuite()
1689 int expected_cipher_suite = rtc::kSrtpAes128CmSha1_80; in TEST_P() local1691 expected_cipher_suite); in TEST_P()1701 int expected_cipher_suite = rtc::kSrtpAes128CmSha1_80; in TEST_P() local1703 expected_cipher_suite); in TEST_P()1711 int expected_cipher_suite = rtc::kSrtpAes128CmSha1_32; in TEST_P() local1713 expected_cipher_suite); in TEST_P()1721 int expected_cipher_suite = kDefaultSrtpCryptoSuite; in TEST_P() local1723 aes_ctr_enabled, expected_cipher_suite); in TEST_P()1732 int expected_cipher_suite = kDefaultSrtpCryptoSuiteGcm; in TEST_P() local1734 aes_ctr_enabled, expected_cipher_suite); in TEST_P()