Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dsrtpfilter.cc427 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) && in ApplyParams()
428 ParseKeyParams(recv_params.key_params, recv_key, sizeof(recv_key))); in ApplyParams()
461 bool SrtpFilter::ParseKeyParams(const std::string& key_params, in ParseKeyParams() function in cricket::SrtpFilter
Dsrtpfilter.h158 static bool ParseKeyParams(const std::string& params, uint8_t* key, int len);