Home
last modified time | relevance | path

Searched refs:AddMessageIntegrity32 (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/api/transport/
Dstun_unittest.cc1372 TEST_F(StunTest, AddMessageIntegrity32) { in TEST_F() argument
1378 EXPECT_TRUE(msg.AddMessageIntegrity32(kRfc5769SampleMsgPassword)); in TEST_F()
1396 EXPECT_TRUE(msg2.AddMessageIntegrity32(kRfc5769SampleMsgPassword)); in TEST_F()
1418 msg.AddMessageIntegrity32("password1"); in TEST_F()
Dstun.h209 bool AddMessageIntegrity32(absl::string_view password);
Dstun.cc316 bool StunMessage::AddMessageIntegrity32(absl::string_view password) { in AddMessageIntegrity32() function in cricket::StunMessage
/external/webrtc/p2p/base/
Dconnection.cc252 request->AddMessageIntegrity32(connection_->remote_candidate().password()); in Prepare()
700 response.AddMessageIntegrity32(local_candidate().password()); in SendGoogPingResponse()
Dport.cc750 response.AddMessageIntegrity32(password_); in SendBindingErrorResponse()
Dport_unittest.cc3348 error_response.AddMessageIntegrity32("rpass"); in TEST_F()