Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport_unittest.cc1433 modified_req->AddMessageIntegrity("lpass"); in TEST_F()
2092 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2104 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2140 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2151 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2162 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2173 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2184 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
2218 in_msg->AddMessageIntegrity("invalid"); in TEST_F()
2245 in_msg->AddMessageIntegrity("rpass"); in TEST_F()
[all …]
Dport.cc748 response.AddMessageIntegrity(password_); in SendBindingErrorResponse()
794 response.AddMessageIntegrity(password_); in SendUnknownAttributesErrorResponse()
Dconnection.cc254 request->AddMessageIntegrity(connection_->remote_candidate().password()); in Prepare()
687 response.AddMessageIntegrity(local_candidate().password()); in SendStunBindingResponse()
Dturn_server.cc935 msg->AddMessageIntegrity(key_); in SendResponse()
Dturn_port.cc1131 const bool success = msg->AddMessageIntegrity(hash()); in AddRequestAuthInfo()
Dp2p_transport_channel_unittest.cc3208 msg.AddMessageIntegrity(conn->local_candidate().password()); in ReceivePingOnConnection()
/external/webrtc/api/transport/
Dstun.h204 bool AddMessageIntegrity(const std::string& password);
205 bool AddMessageIntegrity(const char* key, size_t keylen);
Dstun_unittest.cc1279 TEST_F(StunTest, AddMessageIntegrity) { in TEST_F() argument
1285 EXPECT_TRUE(msg.AddMessageIntegrity(kRfc5769SampleMsgPassword)); in TEST_F()
1303 EXPECT_TRUE(msg2.AddMessageIntegrity(kRfc5769SampleMsgPassword)); in TEST_F()
1419 msg.AddMessageIntegrity("password2"); in TEST_F()
Dstun.cc305 bool StunMessage::AddMessageIntegrity(const std::string& password) { in AddMessageIntegrity() function in cricket::StunMessage
311 bool StunMessage::AddMessageIntegrity(const char* key, size_t keylen) { in AddMessageIntegrity() function in cricket::StunMessage