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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dwhrlpool.h9 //! <a href="http://www.cryptolounge.org/wiki/Whirlpool">Whirlpool</a>
10 class Whirlpool : public IteratedHashWithStaticTransform<word64, BigEndian, 64, 64, Whirlpool> class in inherits:IteratedHashWithStaticTransform
16 static const char * StaticAlgorithmName() {return "Whirlpool";}
H A Demsa2.h46 class Whirlpool;
H A Dregtest.cpp68 RegisterDefaultFactoryFor<HashTransformation, Whirlpool>();
H A Dpssr.cpp12 template<> const byte EMSA2HashId<Whirlpool>::id = 0x37;
H A Dwhrlpool.cpp3 // Updated to Whirlpool version 3.0, optimized and SSE version added by Wei Dai
9 * The Whirlpool hashing function.
15 * The Whirlpool algorithm was developed by
21 * ``The Whirlpool hashing function,''
75 Whirlpool x;
78 void Whirlpool::InitState(HashWordType *state)
83 void Whirlpool::TruncatedFinal(byte *hash, size_t size)
108 * Though Whirlpool is endianness-neutral, the encryption tables are listed
391 // Whirlpool basic transformation. Transforms state based on block.
392 void Whirlpool
[all...]
H A Dtest.cpp459 Whirlpool whirlpool;

Completed in 105 milliseconds