Home
last modified time | relevance | path

Searched refs:ValidateMessageIntegrityOfType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.cc246 if (ValidateMessageIntegrityOfType( in ValidateMessageIntegrity()
254 if (ValidateMessageIntegrityOfType( in ValidateMessageIntegrity()
344 return ValidateMessageIntegrityOfType(STUN_ATTR_MESSAGE_INTEGRITY, in ValidateMessageIntegrityForTesting()
353 return ValidateMessageIntegrityOfType(STUN_ATTR_GOOG_MESSAGE_INTEGRITY_32, in ValidateMessageIntegrity32ForTesting()
362 return ValidateMessageIntegrityOfType(STUN_ATTR_MESSAGE_INTEGRITY, in ValidateMessageIntegrity()
371 return ValidateMessageIntegrityOfType(STUN_ATTR_GOOG_MESSAGE_INTEGRITY_32, in ValidateMessageIntegrity32()
378 bool StunMessage::ValidateMessageIntegrityOfType(int mi_attr_type, in ValidateMessageIntegrityOfType() function in cricket::StunMessage
H A Dstun.h326 static bool ValidateMessageIntegrityOfType(int mi_attr_type,