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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSHAHashSet.cpp860 int nMostTrustedPos = (-1); // the hash which most clients send us local
866 nMostTrustedPos = i;
869 if (nMostTrustedPos == (-1) || nSigningIPsTotal == 0) {
883 % m_aUntrustedHashs[nMostTrustedPos].m_Hash.GetString()
889 if (!HasValidMasterHash() || GetMasterHash() != m_aUntrustedHashs[nMostTrustedPos].m_Hash) {
890 SetMasterHash(m_aUntrustedHashs[nMostTrustedPos].m_Hash, AICH_TRUSTED);
901 % m_aUntrustedHashs[nMostTrustedPos].m_Hash.GetString()
907 if (!HasValidMasterHash() || GetMasterHash() != m_aUntrustedHashs[nMostTrustedPos].m_Hash) {
908 SetMasterHash(m_aUntrustedHashs[nMostTrustedPos].m_Hash, AICH_UNTRUSTED);

Completed in 57 milliseconds