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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h 156 static bool ParseKeyParams(const std::string& params, uint8* key, int len);
srtpfilter.cc 413 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) &&
414 ParseKeyParams(recv_params.key_params, recv_key, sizeof(recv_key)));
441 bool SrtpFilter::ParseKeyParams(const std::string& key_params,

Completed in 33 milliseconds