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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dserpent.h15 static const char *StaticAlgorithmName() {return "Serpent";}
18 /// <a href="http://www.weidai.com/scan-mirror/cs.html#Serpent">Serpent</a>
19 class Serpent : public Serpent_Info, public BlockCipherDocumentation class in inherits:Serpent_Info,BlockCipherDocumentation
47 typedef Serpent::Encryption SerpentEncryption;
48 typedef Serpent::Decryption SerpentDecryption;
H A Dserpent.cpp42 void Serpent::Base::UncheckedSetKey(const byte *userKey, unsigned int keylen, const NameValuePairs &)
50 void Serpent::Enc::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
89 void Serpent::Dec::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
H A Dregtest.cpp120 RegisterSymmetricCipherDefaultFactories<CTR_Mode<Serpent> >();

Completed in 115 milliseconds