Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dsrtpfilter.cc413 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) && in ApplyParams()
414 ParseKeyParams(recv_params.key_params, recv_key, sizeof(recv_key))); in ApplyParams()
441 bool SrtpFilter::ParseKeyParams(const std::string& key_params, in ParseKeyParams() function in cricket::SrtpFilter
Dsrtpfilter.h156 static bool ParseKeyParams(const std::string& params, uint8* key, int len);