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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtwofish.h15 static const char *StaticAlgorithmName() {return "Twofish";}
18 /// <a href="http://www.weidai.com/scan-mirror/cs.html#Twofish">Twofish</a>
19 class Twofish : public Twofish_Info, public BlockCipherDocumentation class in inherits:Twofish_Info,BlockCipherDocumentation
54 typedef Twofish::Encryption TwofishEncryption;
55 typedef Twofish::Decryption TwofishDecryption;
H A Dtwofish.cpp32 inline word32 Twofish::Base::h0(word32 x, const word32 *key, unsigned int kLen)
46 inline word32 Twofish::Base::h(word32 x, const word32 *key, unsigned int kLen)
52 void Twofish::Base::UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs &)
110 void Twofish::Enc::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
139 void Twofish::Dec::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
H A Dregtest.cpp119 RegisterSymmetricCipherDefaultFactories<CTR_Mode<Twofish> >();
H A Dtftables.cpp0 // Twofish tables
8 const byte Twofish::Base::q[2][256] = {
56 const word32 Twofish::Base::mds[4][256] = {

Completed in 49 milliseconds