Home
last modified time | relevance | path

Searched refs:ValidateMessageIntegrityForTesting (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/api/transport/
H A Dstun_unittest.cc1149 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 …]
H A Dstun.h305 static bool ValidateMessageIntegrityForTesting(const char* data,
H A Dstun.cc340 bool StunMessage::ValidateMessageIntegrityForTesting( in ValidateMessageIntegrityForTesting() function in cricket::StunMessage
/aosp_15_r20/external/webrtc/test/fuzzers/
H A Dstun_validator_fuzzer.cc21 cricket::StunMessage::ValidateMessageIntegrityForTesting(message, size, ""); in FuzzOneInput()