Searched refs:SetRecv (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
H A D | srtpfilter.cc | 161 if (!recv_session_->SetRecv(recv_cs, recv_key, recv_key_len)) 194 if (!send_rtcp_session_->SetRecv(send_cs, send_key, send_key_len)) 200 if (!recv_rtcp_session_->SetRecv(recv_cs, recv_key, recv_key_len)) 419 recv_session_->SetRecv(recv_params.cipher_suite, 490 bool SrtpSession::SetRecv(const std::string& cs, const uint8* key, int len) { function in class:cricket::SrtpSession 782 bool SrtpSession::SetRecv(const std::string& cs, const uint8* key, int len) { function in class:cricket::SrtpSession
|
H A D | srtpfilter_unittest.cc | 591 EXPECT_TRUE(s2_.SetRecv(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen)); 597 EXPECT_TRUE(s2_.SetRecv(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen)); 599 EXPECT_FALSE(s2_.SetRecv(CS_AES_CM_128_HMAC_SHA1_80, kTestKey2, kTestKeyLen)); 605 EXPECT_FALSE(s2_.SetRecv(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, 1)); 611 EXPECT_TRUE(s2_.SetRecv(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen)); 621 EXPECT_TRUE(s2_.SetRecv(CS_AES_CM_128_HMAC_SHA1_32, kTestKey1, kTestKeyLen)); 643 EXPECT_TRUE(s2_.SetRecv(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen)); 656 EXPECT_TRUE(s2_.SetRecv(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen)); 679 EXPECT_TRUE(s2_.SetRecv(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen));
|
H A D | srtpfilter.h | 72 // SetRecv once the remote security params are received. At that point 204 bool SetRecv(const std::string& cs, const uint8* key, int len);
|
Completed in 164 milliseconds