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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.h234 unsigned int DecodeBase32(const wxString &base32Buffer, unsigned int base32BufLen, unsigned char *buffer);
H A DSHAHashSet.h131 unsigned int DecodeBase32(const wxString &base32);
H A DED2KLink.cpp263 size_t decodedSize = DecodeBase32(hash, CAICHHash::GetHashSize(), m_AICHHash.GetRawHash());
H A DSHAHashSet.cpp69 unsigned int CAICHHash::DecodeBase32(const wxString &base32) function in class:CAICHHash
71 return ::DecodeBase32(base32, HASHSIZE, m_abyBuffer);
H A DKnownFile.cpp619 hash.DecodeBase32(newtag.GetStr()) == CAICHHash::GetHashSize();
H A DOtherFunctions.cpp427 unsigned int DecodeBase32(const wxString &base32Buffer, unsigned int base32BufLen, unsigned char *buffer) function
H A DPartFile.cpp512 hash.DecodeBase32(newtag.GetStr()) == CAICHHash::GetHashSize();

Completed in 61 milliseconds