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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.h214 CMD4Hash FileHash() const { return GetTagByNameSafe(EC_TAG_PARTFILE_HASH)->GetMD4Data(); }
245 CMD4Hash GetMD4Data(); // Block it, because it doesn't work anymore!
344 CMD4Hash GetMD4Data(); // Block it, because it doesn't work anymore!
355 CMD4Hash FileHash() const { return GetTagByNameSafe(EC_TAG_PARTFILE_HASH)->GetMD4Data(); }
365 CMD4Hash GetMD4Data(); // Block it, because it doesn't work anymore!
H A DECTag.cpp126 * @see GetMD4Data()
611 CMD4Hash CECTag::GetMD4Data() const function in class:CECTag
910 ret = tag->GetMD4Data();
922 target = tag->GetMD4Data();
1004 s2 = GetMD4Data().Encode(); break;
1033 * \fn CMD4Hash CECTag::GetMD4Data(void) const
H A DECTag.h159 CMD4Hash GetMD4Data() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConn.h50 this->insert(tag->GetMD4Data()); // don't remove this->
H A DExternalConn.cpp440 } else if (!request->GetTagByName(EC_TAG_VERSION_ID) || request->GetTagByNameSafe(EC_TAG_VERSION_ID)->GetMD4Data() != vhash) {
498 if (passwd && passwd->GetMD4Data() == passh) {
795 CMD4Hash hash = hashtag.GetMD4Data();
954 theApp->friendlist->AddFriend(hashtag->GetMD4Data(), iptag->GetInt(), porttag->GetInt(), nametag->GetStringData());
1056 CMD4Hash hash = tag.GetMD4Data();
1124 CMD4Hash hash = tag.GetMD4Data();
1433 CMD4Hash fileHash = request->GetTagByNameSafe(EC_TAG_KNOWNFILE)->GetMD4Data();
1475 CMD4Hash idFile = request->GetTagByNameSafe(EC_TAG_PARTFILE)->GetMD4Data();
1484 CMD4Hash hash = request->GetTagByNameSafe(EC_TAG_KNOWNFILE)->GetMD4Data();
H A DECSpecialMuleTags.cpp386 thePrefs::SetUserHash(oneTag->GetMD4Data());
453 thePrefs::SetWSPass(oneTag->GetMD4Data().Encode());
458 thePrefs::SetWSLowPass(oneTag->GetTagByName(EC_TAG_PASSWD_HASH)->GetMD4Data().Encode());

Completed in 105 milliseconds