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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtiger.h9 /// <a href="http://www.cryptolounge.org/wiki/Tiger">Tiger</a>
10 class Tiger : public IteratedHashWithStaticTransform<word64, LittleEndian, 64, 24, Tiger> class in inherits:IteratedHashWithStaticTransform
16 static const char * StaticAlgorithmName() {return "Tiger";}
H A Dpkcspad.cpp23 template<> const byte PKCS_DigestDecoration<Tiger>::decoration[] = {0x30,0x29,0x30,0x0D,0x06,0x09,0x2B,0x06,0x01,0x04,0x01,0xDA,0x47,0x0C,0x02,0x05,0x00,0x04,0x18};
24 template<> const unsigned int PKCS_DigestDecoration<Tiger>::length = sizeof(PKCS_DigestDecoration<Tiger>::decoration);
H A Dpkcspad.h35 class Tiger;
H A Dtiger.cpp10 void Tiger::InitState(HashWordType *state)
17 void Tiger::TruncatedFinal(byte *hash, size_t size)
33 void Tiger::Transform (word64 *digest, const word64 *X)
H A Dregtest.cpp69 RegisterDefaultFactoryFor<HashTransformation, Tiger>();
H A Dtest.cpp457 Tiger tiger;
H A Dvalidat3.cpp230 HashTestTuple("Tiger", "\xdd\x00\x23\x07\x99\xf5\x00\x9f\xec\x6d\xeb\xc8\x38\xbb\x6a\x27\xdf\x2b\x9d\x6f\x11\x0c\x79\x37"),
233 HashTestTuple("Tiger - A Fast New Hash Function, by Ross Anderson and Eli Biham", "\x8a\x86\x68\x29\x04\x0a\x41\x0c\x72\x9a\xd2\x3f\x5a\xda\x71\x16\x03\xb3\xcd\xd3\x57\xe4\xc1\x5e"),
234 HashTestTuple("Tiger - A Fast New Hash Function, by Ross Anderson and Eli Biham, proceedings of Fast Software Encryption 3, Cambridge.", "\xce\x55\xa6\xaf\xd5\x91\xf5\xeb\xac\x54\x7f\xf8\x4f\x89\x22\x7f\x93\x31\xda\xb0\xb6\x11\xc8\x89"),
235 HashTestTuple("Tiger - A Fast New Hash Function, by Ross Anderson and Eli Biham, proceedings of Fast Software Encryption 3, Cambridge, 1996.", "\x63\x1a\xbd\xd1\x03\xeb\x9a\x3d\x24\x5b\x6d\xfd\x4d\x77\xb2\x57\xfc\x74\x39\x50\x1d\x15\x68\xdd"),
239 Tiger tiger;
H A Dtigertab.cpp6 const word64 Tiger::table[4*256+3] =

Completed in 108 milliseconds