Home
last modified time | relevance | path

Searched refs:ProtectRtp (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dsrtpfilter.h124 bool ProtectRtp(void* data, int in_len, int max_len, int* out_len);
126 bool ProtectRtp(void* data, int in_len, int max_len, int* out_len,
208 bool ProtectRtp(void* data, int in_len, int max_len, int* out_len);
210 bool ProtectRtp(void* data, int in_len, int max_len, int* out_len,
Dsrtpfilter.cc210 bool SrtpFilter::ProtectRtp(void* p, int in_len, int max_len, int* out_len) { in ProtectRtp() function in cricket::SrtpFilter
215 return send_session_->ProtectRtp(p, in_len, max_len, out_len); in ProtectRtp()
218 bool SrtpFilter::ProtectRtp(void* p, int in_len, int max_len, int* out_len, in ProtectRtp() function in cricket::SrtpFilter
225 return send_session_->ProtectRtp(p, in_len, max_len, out_len, index); in ProtectRtp()
494 bool SrtpSession::ProtectRtp(void* p, int in_len, int max_len, int* out_len) { in ProtectRtp() function in cricket::SrtpSession
525 bool SrtpSession::ProtectRtp(void* p, int in_len, int max_len, int* out_len, in ProtectRtp() function in cricket::SrtpSession
527 if (!ProtectRtp(p, in_len, max_len, out_len)) { in ProtectRtp()
786 bool SrtpSession::ProtectRtp(void* data, int in_len, int max_len, in ProtectRtp() function in cricket::SrtpSession
Dsrtpfilter_unittest.cc102 EXPECT_TRUE(f1_.ProtectRtp(rtp_packet, rtp_len, in TestProtectUnprotect()
110 EXPECT_TRUE(f2_.ProtectRtp(rtp_packet, rtp_len, in TestProtectUnprotect()
554 EXPECT_TRUE(s1_.ProtectRtp(rtp_packet_, rtp_len_, in TestProtectRtp()
632 EXPECT_TRUE(s1_.ProtectRtp(rtp_packet_, rtp_len_, in TEST_F()
665 EXPECT_FALSE(s1_.ProtectRtp(rtp_packet_, rtp_len_, in TEST_F()
683 EXPECT_TRUE(s1_.ProtectRtp(rtp_packet_, rtp_len_, sizeof(rtp_packet_), in TEST_F()
689 EXPECT_TRUE(s1_.ProtectRtp(rtp_packet_, rtp_len_, sizeof(rtp_packet_), in TEST_F()
695 EXPECT_FALSE(s1_.ProtectRtp(rtp_packet_, rtp_len_, sizeof(rtp_packet_), in TEST_F()
700 EXPECT_TRUE(s1_.ProtectRtp(rtp_packet_, rtp_len_, sizeof(rtp_packet_), in TEST_F()
706 EXPECT_FALSE(s1_.ProtectRtp(rtp_packet_, rtp_len_, sizeof(rtp_packet_), in TEST_F()
[all …]
Dchannel.cc465 res = srtp_filter_.ProtectRtp( in SendPacket()
470 res = srtp_filter_.ProtectRtp( in SendPacket()