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

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

Completed in 116 milliseconds