HomeSort by relevance Sort by last modified time
    Searched refs:ValidateMessageIntegrity (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/p2p/base/
stun_unittest.cc     [all...]
stun.h 169 static bool ValidateMessageIntegrity(const char* data, size_t size,
port.cc 376 if (!stun_msg->ValidateMessageIntegrity(data, size, password_)) {
    [all...]
stun.cc 130 bool StunMessage::ValidateMessageIntegrity(const char* data, size_t size,
turnserver.cc 327 // We need |data| and |size| for the call to ValidateMessageIntegrity.
328 if (key.empty() || !StunMessage::ValidateMessageIntegrity(data, size, key)) {
turnport.cc 578 !StunMessage::ValidateMessageIntegrity(data, size, hash())) {
    [all...]
port_unittest.cc     [all...]

Completed in 525 milliseconds