Home
last modified time | relevance | path

Searched refs:recv_params (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dsrtpfilter.cc191 const CryptoParams& recv_params) { in ApplyParams() argument
196 ParseKeyParams(recv_params.key_params, recv_key, sizeof(recv_key))); in ApplyParams()
200 recv_session_.SetRecv(recv_params.cipher_suite, in ApplyParams()
208 << " recv cipher_suite " << recv_params.cipher_suite; in ApplyParams()
Dsrtpfilter.h133 const CryptoParams& recv_params);