Searched defs:AddMessageIntegrity (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dstun.cc208 bool StunMessage::AddMessageIntegrity(const std::string& password) { function in class:cricket::StunMessage
209 return AddMessageIntegrity(password.c_str(), password.size());
212 bool StunMessage::AddMessageIntegrity(const char* key, function in class:cricket::StunMessage

Completed in 145 milliseconds