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/webrtc/talk/session/media/
srtpfilter.h
158
static bool
ParseKeyParams
(const std::string& params, uint8_t* key, int len);
srtpfilter.cc
427
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,
Completed in 768 milliseconds