Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dsrtp_filter.cc220 return ParseKeyParams(send_params.key_params, send_key_.data(), in ApplySendParams()
251 return ParseKeyParams(recv_params.key_params, recv_key_.data(), in ApplyRecvParams()
255 bool SrtpFilter::ParseKeyParams(const std::string& key_params, in ParseKeyParams() function in cricket::SrtpFilter
Dsrtp_transport.cc67 if (!ParseKeyParams(params.key_params, send_key_.data(), send_key_.size())) { in SetSrtpSendKey()
107 if (!ParseKeyParams(params.key_params, recv_key_.data(), recv_key_.size())) { in SetSrtpReceiveKey()
491 bool SrtpTransport::ParseKeyParams(const std::string& key_params, in ParseKeyParams() function in webrtc::SrtpTransport
Dsrtp_filter.h80 static bool ParseKeyParams(const std::string& params,
Dsrtp_transport.h147 bool ParseKeyParams(const std::string& key_params, uint8_t* key, size_t len);