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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddefault.cpp16 // The purpose of this function Mash() is to take an arbitrary length input
22 static void Mash(const byte *in, size_t inLen, byte *out, size_t outLen, int iterations) function
25 throw InvalidArgument("Mash: output legnth too large");
65 Mash(temp, passphraseLength + saltLength, keyIV, KEYLENGTH+BLOCKSIZE, MASH_ITERATIONS);
200 Mash(passphrase, passphraseLength, macKey, macKeyLength, 1);

Completed in 54 milliseconds