Home
last modified time | relevance | path

Searched refs:expected_cipher_suite (Results 1 – 4 of 4) sorted by relevance

/external/cronet/stable/net/ssl/
Dssl_connection_status_flags_unittest.cc24 uint16_t expected_cipher_suite = in TEST() local
31 EXPECT_EQ(expected_cipher_suite, in TEST()
/external/cronet/tot/net/ssl/
Dssl_connection_status_flags_unittest.cc24 uint16_t expected_cipher_suite = in TEST() local
31 EXPECT_EQ(expected_cipher_suite, in TEST()
/external/webrtc/pc/test/
Dintegration_test_helpers.h1871 int expected_cipher_suite) { in TestNegotiatedCipherSuite() argument
1879 EXPECT_EQ_WAIT(rtc::SrtpCryptoSuiteToName(expected_cipher_suite), in TestNegotiatedCipherSuite()
1884 expected_cipher_suite)); in TestNegotiatedCipherSuite()
1890 int expected_cipher_suite) { in TestGcmNegotiationUsesCipherSuite() argument
1902 expected_cipher_suite); in TestGcmNegotiationUsesCipherSuite()
/external/webrtc/pc/
Dpeer_connection_integrationtest.cc1689 int expected_cipher_suite = rtc::kSrtpAes128CmSha1_80; in TEST_P() local
1691 expected_cipher_suite); in TEST_P()
1701 int expected_cipher_suite = rtc::kSrtpAes128CmSha1_80; in TEST_P() local
1703 expected_cipher_suite); in TEST_P()
1711 int expected_cipher_suite = rtc::kSrtpAes128CmSha1_32; in TEST_P() local
1713 expected_cipher_suite); in TEST_P()
1721 int expected_cipher_suite = kDefaultSrtpCryptoSuite; in TEST_P() local
1723 aes_ctr_enabled, expected_cipher_suite); in TEST_P()
1732 int expected_cipher_suite = kDefaultSrtpCryptoSuiteGcm; in TEST_P() local
1734 aes_ctr_enabled, expected_cipher_suite); in TEST_P()