Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dsrtpfilter.cc113 SrtpSession::Terminate(); in ShutdownSrtp()
195 send_rtcp_session_.reset(new SrtpSession()); in SetRtcpParams()
201 recv_rtcp_session_.reset(new SrtpSession()); in SetRtcpParams()
371 send_session_.reset(new SrtpSession()); in CreateSrtpSessions()
373 recv_session_.reset(new SrtpSession()); in CreateSrtpSessions()
488 bool SrtpSession::inited_ = false;
491 rtc::GlobalLockPod SrtpSession::lock_;
493 SrtpSession::SrtpSession() in SrtpSession() function in cricket::SrtpSession
506 SrtpSession::~SrtpSession() { in ~SrtpSession()
516 bool SrtpSession::SetSend(int cs, const uint8_t* key, int len) { in SetSend()
[all …]
Dsrtpfilter.h58 class SrtpSession; variable
187 rtc::scoped_ptr<SrtpSession> send_session_;
188 rtc::scoped_ptr<SrtpSession> recv_session_;
189 rtc::scoped_ptr<SrtpSession> send_rtcp_session_;
190 rtc::scoped_ptr<SrtpSession> recv_rtcp_session_;
196 class SrtpSession {
198 SrtpSession();
199 ~SrtpSession();
244 static std::list<SrtpSession*>* sessions();
253 RTC_DISALLOW_COPY_AND_ASSIGN(SrtpSession);
Dsrtpfilter_unittest.cc610 cricket::SrtpSession s1_;
611 cricket::SrtpSession s2_;