Home
last modified time | relevance | path

Searched refs:ValidateMessageIntegrity32ForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/api/transport/
H A Dstun_unittest.cc1270 EXPECT_TRUE(StunMessage::ValidateMessageIntegrity32ForTesting( in TEST_F()
1273 EXPECT_FALSE(StunMessage::ValidateMessageIntegrity32ForTesting( in TEST_F()
1278 EXPECT_FALSE(StunMessage::ValidateMessageIntegrity32ForTesting( in TEST_F()
1281 EXPECT_FALSE(StunMessage::ValidateMessageIntegrity32ForTesting( in TEST_F()
1284 EXPECT_FALSE(StunMessage::ValidateMessageIntegrity32ForTesting( in TEST_F()
1289 EXPECT_FALSE(StunMessage::ValidateMessageIntegrity32ForTesting( in TEST_F()
1293 EXPECT_FALSE(StunMessage::ValidateMessageIntegrity32ForTesting( in TEST_F()
1297 EXPECT_FALSE(StunMessage::ValidateMessageIntegrity32ForTesting( in TEST_F()
1303 EXPECT_FALSE(StunMessage::ValidateMessageIntegrity32ForTesting( in TEST_F()
1316 StunMessage::ValidateMessageIntegrity32ForTesting( in TEST_F()
[all …]
H A Dstun.h309 static bool ValidateMessageIntegrity32ForTesting(const char* data,
H A Dstun.cc349 bool StunMessage::ValidateMessageIntegrity32ForTesting( in ValidateMessageIntegrity32ForTesting() function in cricket::StunMessage