OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseKeyParams
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.h
135
static bool
ParseKeyParams
(const std::string& params, uint8* key, int len);
srtpfilter.cc
195
ret = (
ParseKeyParams
(send_params.key_params, send_key, sizeof(send_key)) &&
196
ParseKeyParams
(recv_params.key_params, recv_key, sizeof(recv_key)));
222
bool SrtpFilter::
ParseKeyParams
(const std::string& key_params,
Completed in 430 milliseconds