Searched refs:kTestKeyLen (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/session/media/ |
D | srtpfilter_unittest.cc | 51 static const int kTestKeyLen = 30; variable 512 kTestKeyLen, rtc::SRTP_AES128_CM_SHA1_80, in TEST_F() 513 kTestKey2, kTestKeyLen)); in TEST_F() 515 kTestKeyLen, rtc::SRTP_AES128_CM_SHA1_80, in TEST_F() 516 kTestKey1, kTestKeyLen)); in TEST_F() 518 kTestKeyLen, rtc::SRTP_AES128_CM_SHA1_80, in TEST_F() 519 kTestKey2, kTestKeyLen)); in TEST_F() 521 kTestKeyLen, rtc::SRTP_AES128_CM_SHA1_80, in TEST_F() 522 kTestKey1, kTestKeyLen)); in TEST_F() 531 kTestKeyLen, rtc::SRTP_AES128_CM_SHA1_32, in TEST_F() [all …]
|