OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRecv
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.h
68
bool
SetRecv
(const std::string& cs, const uint8* key, int len);
94
//
SetRecv
once the remote security params are received. At that point
srtpfilter.cc
200
recv_session_.
SetRecv
(recv_params.cipher_suite,
267
bool SrtpSession::
SetRecv
(const std::string& cs, const uint8* key, int len) {
470
bool SrtpSession::
SetRecv
(const std::string& cs, const uint8* key, int len) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc
153
if (!recv_session_->
SetRecv
(recv_cs, recv_key, recv_key_len))
187
if (!send_rtcp_session_->
SetRecv
(send_cs, send_key, send_key_len))
193
if (!recv_rtcp_session_->
SetRecv
(recv_cs, recv_key, recv_key_len))
393
recv_session_->
SetRecv
(recv_params.cipher_suite,
464
bool SrtpSession::
SetRecv
(const std::string& cs, const uint8* key, int len) {
694
bool SrtpSession::
SetRecv
(const std::string& cs, const uint8* key, int len) {
srtpfilter_unittest.cc
572
EXPECT_TRUE(s2_.
SetRecv
(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen));
578
EXPECT_TRUE(s2_.
SetRecv
(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen));
580
EXPECT_FALSE(s2_.
SetRecv
(CS_AES_CM_128_HMAC_SHA1_80, kTestKey2, kTestKeyLen));
586
EXPECT_FALSE(s2_.
SetRecv
(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, 1));
592
EXPECT_TRUE(s2_.
SetRecv
(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen));
602
EXPECT_TRUE(s2_.
SetRecv
(CS_AES_CM_128_HMAC_SHA1_32, kTestKey1, kTestKeyLen));
613
EXPECT_TRUE(s2_.
SetRecv
(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen));
626
EXPECT_TRUE(s2_.
SetRecv
(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen));
649
EXPECT_TRUE(s2_.
SetRecv
(CS_AES_CM_128_HMAC_SHA1_80, kTestKey1, kTestKeyLen));
[
all
...]
srtpfilter.h
72
//
SetRecv
once the remote security params are received. At that point
198
bool
SetRecv
(const std::string& cs, const uint8* key, int len);
Completed in 54 milliseconds