Searched refs:ValidateMessageIntegrityForTesting (Results 1 – 4 of 4) sorted by relevance
1149 EXPECT_TRUE(StunMessage::ValidateMessageIntegrityForTesting( in TEST_F()1152 EXPECT_FALSE(StunMessage::ValidateMessageIntegrityForTesting( in TEST_F()1156 EXPECT_TRUE(StunMessage::ValidateMessageIntegrityForTesting( in TEST_F()1159 EXPECT_FALSE(StunMessage::ValidateMessageIntegrityForTesting( in TEST_F()1163 EXPECT_TRUE(StunMessage::ValidateMessageIntegrityForTesting( in TEST_F()1166 EXPECT_FALSE(StunMessage::ValidateMessageIntegrityForTesting( in TEST_F()1175 EXPECT_TRUE(StunMessage::ValidateMessageIntegrityForTesting( in TEST_F()1178 EXPECT_FALSE(StunMessage::ValidateMessageIntegrityForTesting( in TEST_F()1183 EXPECT_FALSE(StunMessage::ValidateMessageIntegrityForTesting( in TEST_F()1186 EXPECT_FALSE(StunMessage::ValidateMessageIntegrityForTesting( in TEST_F()[all …]
305 static bool ValidateMessageIntegrityForTesting(const char* data,
340 bool StunMessage::ValidateMessageIntegrityForTesting( in ValidateMessageIntegrityForTesting() function in cricket::StunMessage
21 cricket::StunMessage::ValidateMessageIntegrityForTesting(message, size, ""); in FuzzOneInput()