HomeSort by relevance Sort by last modified time
    Searched refs:SetRecv (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/session/media/
srtpfilter_unittest.cc 621 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen));
627 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen));
631 s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey2, kTestKeyLen));
637 EXPECT_FALSE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, 1));
643 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen));
653 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_32, kTestKey1, kTestKeyLen));
675 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen));
688 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen));
711 EXPECT_TRUE(s2_.SetRecv(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen));
    [all...]
srtpfilter.cc 163 if (!recv_session_->SetRecv(recv_cs, recv_key, recv_key_len))
198 if (!send_rtcp_session_->SetRecv(send_cs, send_key, send_key_len))
204 if (!recv_rtcp_session_->SetRecv(recv_cs, recv_key, recv_key_len))
434 recv_session_->SetRecv(
520 bool SrtpSession::SetRecv(int cs, const uint8_t* key, int len) {
823 bool SrtpSession::SetRecv(const std::string& cs, const uint8_t* key, int len) {
srtpfilter.h 66 // SetRecv once the remote security params are received. At that point
206 bool SetRecv(int cs, const uint8_t* key, int len);

Completed in 682 milliseconds