Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dsrtpfilter.cc113 SrtpSession::Terminate(); in ShutdownSrtp()
191 send_rtcp_session_.reset(new SrtpSession()); in SetRtcpParams()
197 recv_rtcp_session_.reset(new SrtpSession()); in SetRtcpParams()
357 send_session_.reset(new SrtpSession()); in CreateSrtpSessions()
359 recv_session_.reset(new SrtpSession()); in CreateSrtpSessions()
467 bool SrtpSession::inited_ = false;
469 SrtpSession::SrtpSession() in SrtpSession() function in cricket::SrtpSession
479 SrtpSession::~SrtpSession() { in ~SrtpSession()
486 bool SrtpSession::SetSend(const std::string& cs, const uint8* key, int len) { in SetSend()
490 bool SrtpSession::SetRecv(const std::string& cs, const uint8* key, int len) { in SetRecv()
[all …]
Dsrtpfilter.h64 class SrtpSession; variable
185 rtc::scoped_ptr<SrtpSession> send_session_;
186 rtc::scoped_ptr<SrtpSession> recv_session_;
187 rtc::scoped_ptr<SrtpSession> send_rtcp_session_;
188 rtc::scoped_ptr<SrtpSession> recv_rtcp_session_;
194 class SrtpSession {
196 SrtpSession();
197 ~SrtpSession();
239 static std::list<SrtpSession*>* sessions();
247 DISALLOW_COPY_AND_ASSIGN(SrtpSession);
Dsrtpfilter_unittest.cc580 cricket::SrtpSession s1_;
581 cricket::SrtpSession s2_;
/external/chromium_org/tools/valgrind/drmemory/
Dsuppressions_full.txt1808 content.dll!cricket::SrtpSession::SetKey
1809 content.dll!cricket::SrtpSession::SetSend