Searched refs:client_cipher (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dsslstreamadapter_unittest.cc916 int client_cipher; local
917 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher));
921 ASSERT_EQ(client_cipher, server_cipher);
922 ASSERT_EQ(client_cipher, rtc::SRTP_AES128_CM_SHA1_80);
934 int client_cipher; local
935 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher));
939 ASSERT_EQ(client_cipher, server_cipher);
940 ASSERT_EQ(client_cipher, rtc::SRTP_AES128_CM_SHA1_32);
955 int client_cipher; local
956 ASSERT_FALSE(GetDtlsSrtpCryptoSuite(true, &client_cipher));
971 int client_cipher; local
1074 int client_cipher; local
1093 int client_cipher; local
1111 int client_cipher; local
1129 int client_cipher; local
[all...]

Completed in 87 milliseconds