Searched refs:ParseKeyParams (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/pc/ |
D | srtp_filter.cc | 220 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
|
D | srtp_transport.cc | 67 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
|
D | srtp_filter.h | 80 static bool ParseKeyParams(const std::string& params,
|
D | srtp_transport.h | 147 bool ParseKeyParams(const std::string& key_params, uint8_t* key, size_t len);
|