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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dmd4.h85 wxString charToHex(const char *buf, size_t len);
H A Ded2khash.cpp146 m_ed2kArrayOfHashes.Add(charToHex(reinterpret_cast<const char *>(ret),
186 finalHash = charToHex(reinterpret_cast<const char *>(ret),
H A Dmd4.cpp315 return charToHex((const char*)ret, MD4_HASHLEN_BYTE);
366 return charToHex(reinterpret_cast<const char *>(ret),
372 wxString MD4::charToHex(const char *buf, size_t len) function in class:MD4

Completed in 56 milliseconds