Searched refs:SrtpSession (Results 1 – 2 of 2) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | srtpfilter.cc | 248 bool SrtpSession::inited_ = false; 249 std::list<SrtpSession*> SrtpSession::sessions_; 251 SrtpSession::SrtpSession() in SrtpSession() function in cricket::SrtpSession 256 SrtpSession::~SrtpSession() { in ~SrtpSession() 263 bool SrtpSession::SetSend(const std::string& cs, const uint8* key, int len) { in SetSend() 267 bool SrtpSession::SetRecv(const std::string& cs, const uint8* key, int len) { in SetRecv() 271 bool SrtpSession::ProtectRtp(void* p, int in_len, int max_len, int* out_len) { in ProtectRtp() 293 bool SrtpSession::ProtectRtcp(void* p, int in_len, int max_len, int* out_len) { in ProtectRtcp() 315 bool SrtpSession::UnprotectRtp(void* p, int in_len, int* out_len) { in UnprotectRtp() 330 bool SrtpSession::UnprotectRtcp(void* p, int in_len, int* out_len) { in UnprotectRtcp() [all …]
|
D | srtpfilter.h | 58 class SrtpSession { 60 SrtpSession(); 61 ~SrtpSession(); 89 static std::list<SrtpSession*> sessions_; 141 SrtpSession send_session_; 142 SrtpSession recv_session_;
|