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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc226 bool StunMessage::AddMessageIntegrity(const std::string& password) { function in class:cricket::StunMessage
227 return AddMessageIntegrity(password.c_str(), password.size());
230 bool StunMessage::AddMessageIntegrity(const char* key, function in class:cricket::StunMessage

Completed in 179 milliseconds