Home
last modified time | relevance | path

Searched refs:AddMessageIntegrity (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webrtc/p2p/base/
H A Dport_unittest.cc1517 modified_req->AddMessageIntegrity("lpass"); in TEST_F()
2234 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2246 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2282 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2293 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2304 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2315 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2326 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2360 in_msg->AddMessageIntegrity("invalid"); in TEST_F()
2387 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
[all …]
H A Dport.cc760 response.AddMessageIntegrity(password_); in SendBindingErrorResponse()
804 response.AddMessageIntegrity(password_); in SendUnknownAttributesErrorResponse()
H A Dconnection.cc697 response.AddMessageIntegrity(local_candidate().password()); in SendStunBindingResponse()
1015 message->AddMessageIntegrity(remote_candidate_.password()); in BuildPingRequest()
H A Dturn_server.cc851 msg->AddMessageIntegrity(key_); in SendResponse()
H A Dturn_port.cc1149 const bool success = msg->AddMessageIntegrity(hash()); in AddRequestAuthInfo()
H A Dp2p_transport_channel_unittest.cc3606 msg.AddMessageIntegrity(conn->local_candidate().password()); in ReceivePingOnConnection()
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun_unittest.cc1229 TEST_F(StunTest, AddMessageIntegrity) { in TEST_F() argument
1235 EXPECT_TRUE(msg.AddMessageIntegrity(kRfc5769SampleMsgPassword)); in TEST_F()
1253 EXPECT_TRUE(msg2.AddMessageIntegrity(kRfc5769SampleMsgPassword)); in TEST_F()
1369 msg.AddMessageIntegrity("password2"); in TEST_F()
H A Dstun.h244 bool AddMessageIntegrity(absl::string_view password);
H A Dstun.cc461 bool StunMessage::AddMessageIntegrity(absl::string_view password) { in AddMessageIntegrity() function in cricket::StunMessage