Searched refs:kTestKey2 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/session/media/ |
D | srtpfilter_unittest.cc | 50 static const uint8_t kTestKey2[] = "4321ZYXWVUTSRQPONMLKJIHGFEDCBA"; variable 513 kTestKey2, kTestKeyLen)); in TEST_F() 514 EXPECT_TRUE(f2_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_80, kTestKey2, in TEST_F() 519 kTestKey2, kTestKeyLen)); in TEST_F() 520 EXPECT_TRUE(f2_.SetRtcpParams(rtc::SRTP_AES128_CM_SHA1_80, kTestKey2, in TEST_F() 532 kTestKey2, kTestKeyLen)); in TEST_F() 533 EXPECT_TRUE(f2_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_32, kTestKey2, in TEST_F() 538 kTestKey2, kTestKeyLen)); in TEST_F() 539 EXPECT_TRUE(f2_.SetRtcpParams(rtc::SRTP_AES128_CM_SHA1_32, kTestKey2, in TEST_F() 561 kTestKey2, kTestKeyLen)); in TEST_F() [all …]
|