Searched refs:SrtpSession (Results 1 – 4 of 4) sorted by relevance
113 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::SrtpSession479 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 …]
64 class SrtpSession; variable185 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);
580 cricket::SrtpSession s1_;581 cricket::SrtpSession s2_;
1808 content.dll!cricket::SrtpSession::SetKey1809 content.dll!cricket::SrtpSession::SetSend