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

/external/webrtc/talk/session/media/
H A Dsrtpfilter_unittest.cc511 EXPECT_TRUE(f1_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1,
514 EXPECT_TRUE(f2_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_80, kTestKey2,
530 EXPECT_TRUE(f1_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_32, kTestKey1,
533 EXPECT_TRUE(f2_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_32, kTestKey2,
549 EXPECT_FALSE(f1_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1,
559 EXPECT_TRUE(f1_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_32, kTestKey1,
H A Dsrtpfilter.h107 bool SetRtpParams(int send_cs,
H A Dsrtpfilter.cc149 bool SrtpFilter::SetRtpParams(int send_cs, function in class:cricket::SrtpFilter
189 // SetRtpParams
H A Dchannel.cc944 ret = srtp_filter_.SetRtpParams(selected_crypto_suite, &(*send_key)[0],

Completed in 137 milliseconds