Searched refs:GetMasterHash (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSHAHashSet.h259 CAICHHash& GetMasterHash() { return m_pHashTree.m_Hash; } function in class:CAICHHashSet
H A DDownloadClient.cpp1610 pForFile->GetAICHHashset()->GetMasterHash().Write(&data);
1637 && ahMasterHash == pPartFile->GetAICHHashset()->GetMasterHash())
1673 && pKnownFile->GetAICHHashset()->GetMasterHash() == ahMasterHash && pKnownFile->GetPartCount() > nPart
1679 pKnownFile->GetAICHHashset()->GetMasterHash().Write(&fileResponse);
H A DSHAHashSet.cpp889 if (!HasValidMasterHash() || GetMasterHash() != m_aUntrustedHashs[nMostTrustedPos].m_Hash) {
907 if (!HasValidMasterHash() || GetMasterHash() != m_aUntrustedHashs[nMostTrustedPos].m_Hash) {
1011 TestHashSet.SetMasterHash(GetMasterHash(), AICH_VERIFIED);
H A DKnownFile.cpp761 CTagString aichtag(FT_AICH_HASH, m_pAICHHashSet->GetMasterHash().GetString());
1523 return m_pAICHHashSet->GetMasterHash().GetString();
H A DClientTCPSocket.cpp1131 reqfile->GetAICHHashset()->GetMasterHash().Write(&data_out);
1624 pPartFile->GetAICHHashset()->GetMasterHash().Write(&data_out);
H A DSharedFileList.cpp1085 if (std::find(hashes.begin(), hashes.end(), hashset->GetMasterHash()) != hashes.end()) {
H A DDownloadQueue.cpp1488 if (!hashset->HasValidMasterHash() || (hashset->GetMasterHash() != link->GetAICHHash())) {
H A DPartFile.cpp861 CTagString aichtag(FT_AICH_HASH, m_pAICHHashSet->GetMasterHash().GetString() );
3290 && (*pCurClient->GetReqFileAICHHash()) == m_pAICHHashSet->GetMasterHash())
3313 && (*pCurClient->GetReqFileAICHHash()) == m_pAICHHashSet->GetMasterHash())

Completed in 169 milliseconds