HomeSort by relevance Sort by last modified time
    Searched refs:recv_cs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h 115 const std::string& recv_cs,
119 const std::string& recv_cs,
srtpfilter.cc 151 const std::string& recv_cs,
161 if (!recv_session_->SetRecv(recv_cs, recv_key, recv_key_len))
168 << " recv cipher_suite " << recv_cs; local
182 const std::string& recv_cs,
200 if (!recv_rtcp_session_->SetRecv(recv_cs, recv_key, recv_key_len))
205 << " recv cipher_suite " << recv_cs; local

Completed in 58 milliseconds