Searched refs:SetRecv (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/talk/session/media/ |
D | srtpfilter.cc | 163 if (!recv_session_->SetRecv(recv_cs, recv_key, recv_key_len)) in SetRtpParams() 198 if (!send_rtcp_session_->SetRecv(send_cs, send_key, send_key_len)) in SetRtcpParams() 204 if (!recv_rtcp_session_->SetRecv(recv_cs, recv_key, recv_key_len)) in SetRtcpParams() 434 recv_session_->SetRecv( in ApplyParams() 520 bool SrtpSession::SetRecv(int cs, const uint8_t* key, int len) { in SetRecv() function in cricket::SrtpSession 823 bool SrtpSession::SetRecv(const std::string& cs, const uint8_t* key, int len) { in SetRecv() function in cricket::SrtpSession
|
D | srtpfilter_unittest.cc | 621 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen)); in TEST_F() 627 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen)); in TEST_F() 631 s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey2, kTestKeyLen)); in TEST_F() 637 EXPECT_FALSE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, 1)); in TEST_F() 643 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen)); in TEST_F() 653 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_32, kTestKey1, kTestKeyLen)); in TEST_F() 675 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen)); in TEST_F() 688 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen)); in TEST_F() 711 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen)); in TEST_F()
|
D | srtpfilter.h | 206 bool SetRecv(int cs, const uint8_t* key, int len);
|