Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dsslstreamadapter_unittest.cc918 int server_cipher; in TEST_P() local
919 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher)); in TEST_P()
921 ASSERT_EQ(client_cipher, server_cipher); in TEST_P()
936 int server_cipher; in TEST_P() local
937 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher)); in TEST_P()
939 ASSERT_EQ(client_cipher, server_cipher); in TEST_P()
957 int server_cipher; in TEST_P() local
958 ASSERT_FALSE(GetDtlsSrtpCryptoSuite(false, &server_cipher)); in TEST_P()
973 int server_cipher; in TEST_P() local
974 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher)); in TEST_P()
[all …]