Searched refs:GetUserHash (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFriend.h52 const CMD4Hash& GetUserHash() const { return m_UserHash; } function in class:CFriend
H A DClientDetailDialog.cpp76 wxASSERT(!m_client.GetUserHash().IsEmpty());
78 m_client.GetUserHash().Encode());
H A DFriend.cpp90 m_UserHash = client.GetUserHash();
H A DUpDownClientEC.h117 const CMD4Hash& GetUserHash() const { return m_UserHash; } function in class:CUpDownClient
H A DClientRef.cpp162 const CMD4Hash& WRAPC(GetUserHash)
H A DClientRef.h158 const CMD4Hash& GetUserHash() const;
H A DClientUDPSocket.cpp185 SendPacket(response, host, port, sender->ShouldReceiveCryptUDPPackets(), sender->GetUserHash().GetHash(), false, 0);
226 SendPacket(response, host, port, sender->ShouldReceiveCryptUDPPackets(), sender->GetUserHash().GetHash(), false, 0);
H A DServerConnect.cpp211 data.WriteHash(thePrefs::GetUserHash());
262 AddLogLineC(wxString(wxT(" Hash : ")) << thePrefs::GetUserHash().Encode());
H A DClientList.cpp123 m_hashList.insert( HashMapPair( toadd->GetUserHash(), CCLIENTREF(toadd, wxT("CClientList::AddClient m_hashList.insert")) ) );
176 if ( ( client->GetClientState() != CS_LISTED ) || ( client->GetUserHash() == newHash ) )
240 std::pair<HashMap::iterator, HashMap::iterator> range = m_hashList.equal_range( client->GetUserHash() );
337 std::pair<HashMap::iterator, HashMap::iterator> range = m_hashList.equal_range( client->GetUserHash() );
H A DFriendList.cpp163 if (cur_friend->GetUserHash() == userhash) {
H A DECSpecialCoreTags.cpp263 AddTag(CECTag(EC_TAG_CLIENT_HASH, client->GetUserHash()), valuemap);
371 AddTag(EC_TAG_FRIEND_HASH, Friend->GetUserHash(), valuemap);
H A DEncryptedDatagramSocket.cpp185 md4cpy(keyData, thePrefs::GetUserHash().GetHash());
H A DDownloadClient.cpp67 return GetUserHash() == tocomp->GetUserHash();
1309 theApp->clientudp->SendPacket(response,GetConnectIP(),GetUDPPort(), ShouldReceiveCryptUDPPackets(), GetUserHash().GetHash(), false, 0);
H A DDownloadQueue.cpp611 if ( source->GetUserHash() == thePrefs::GetUserHash() ) {
637 CClientList::SourceList found = theApp->clientlist->GetClientsByHash( source->GetUserHash() );
H A DamuleAppCommon.cpp185 strURL << wxT(":") << thePrefs::GetUserHash().Encode();
H A DPreferences.h222 static const CMD4Hash& GetUserHash() { return s_userhash; } function in class:CPreferences
H A DServerSocket.cpp564 if (client->GetUserHash() != achUserHash){
H A DUploadQueue.cpp397 CClientList::SourceList found = theApp->clientlist->GetClientsByHash( client->GetUserHash() );
H A Dupdownclient.h183 const CMD4Hash& GetUserHash() const { return m_UserHash; } function in class:CUpDownClient
H A DBaseClient.cpp1038 data->WriteHash(thePrefs::GetUserHash());
1526 data.WriteHash(thePrefs::GetUserHash()); // and userhash
1532 theApp->clientudp->SendPacket(packet, GetConnectIP(), GetKadPort(), ShouldReceiveCryptUDPPackets(), GetUserHash().GetHash(), false, 0);
1627 m_socket->SetConnectionEncryption(true, GetUserHash().GetHash(), false);
H A DEncryptedStreamSocket.cpp479 md4cpy(achKeyData, thePrefs::GetUserHash().GetHash());
H A DClientTCPSocket.cpp1719 theApp->clientudp->SendPacket(response, destip, destport, sender->ShouldReceiveCryptUDPPackets(), sender->GetUserHash().GetHash(), false, 0);
1762 theApp->clientudp->SendPacket(response, destip, destport, sender->ShouldReceiveCryptUDPPackets(), sender->GetUserHash().GetHash(), false, 0);
H A DECSpecialMuleTags.cpp97 user_prefs.AddTag(CECTag(EC_TAG_USER_HASH, thePrefs::GetUserHash()));
H A DKnownFile.cpp1045 data.WriteHash(cur_src->GetUserHash());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.cpp86 m_clientHash.SetValueBE(thePrefs::GetUserHash().GetHash());

Completed in 133 milliseconds

12