Searched refs:AddMessageIntegrity32 (Results 1 – 6 of 6) sorted by relevance
1322 TEST_F(StunTest, AddMessageIntegrity32) { in TEST_F() argument1328 EXPECT_TRUE(msg.AddMessageIntegrity32(kRfc5769SampleMsgPassword)); in TEST_F()1346 EXPECT_TRUE(msg2.AddMessageIntegrity32(kRfc5769SampleMsgPassword)); in TEST_F()1368 msg.AddMessageIntegrity32("password1"); in TEST_F()
248 bool AddMessageIntegrity32(absl::string_view password);
466 bool StunMessage::AddMessageIntegrity32(absl::string_view password) { in AddMessageIntegrity32() function in cricket::StunMessage
709 response.AddMessageIntegrity32(local_candidate().password()); in SendGoogPingResponse()946 message->AddMessageIntegrity32(remote_candidate_.password()); in Ping()
762 response.AddMessageIntegrity32(password_); in SendBindingErrorResponse()
3493 error_response.AddMessageIntegrity32("rpass"); in TEST_F()