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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCredits.h78 bool SetSecureIdent(const byte* pachIdent, uint8 nIdentLen); // Public key cannot change, use only if there is not public key yet
H A DClientCredits.cpp208 bool CClientCredits::SetSecureIdent(const byte* pachIdent, uint8 nIdentLen) function in class:CClientCredits
H A DClientCreditsList.cpp467 newcredits.SetSecureIdent(m_abyMyPublicKey,m_nMyPublicKeyLen);
485 newcredits2.SetSecureIdent(abyPublicKey,PublicKeyLen);
H A DBaseClient.cpp2151 if (credits->SetSecureIdent(pachPacket+1, pachPacket[0])){

Completed in 76 milliseconds