Searched refs:Rijndael (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 Daes.h9 DOCUMENTED_TYPEDEF(Rijndael, AES);
H A Drijndael.h18 /// <a href="http://www.weidai.com/scan-mirror/cs.html#Rijndael">Rijndael</a>
19 class CRYPTOPP_DLL Rijndael : public Rijndael_Info, public BlockCipherDocumentation class in inherits:Rijndael_Info,BlockCipherDocumentation
60 typedef Rijndael::Encryption RijndaelEncryption;
61 typedef Rijndael::Decryption RijndaelDecryption;
H A Drdtables.cpp0 // Rijndael tables
30 const byte Rijndael::Base::Se[256] = {
97 const byte Rijndael::Base::Sd[256] = {
164 const word32 Rijndael::Base::rcon[] = {
167 0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
H A Drijndael.cpp2 // and Wei Dai from Paulo Baretto's Rijndael implementation
42 * Optimised ANSI C code for the Rijndael cipher (now AES)
155 void Rijndael::Base::FillEncTable()
178 void Rijndael::Base::FillDecTable()
198 void Rijndael::Base::UncheckedSetKey(const byte *userKey, unsigned int keylen, const NameValuePairs &)
283 void Rijndael::Enc::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
288 Rijndael::Enc::AdvancedProcessBlocks(inBlock, xorBlock, outBlock, 16, 0);
359 void Rijndael::Dec::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
924 size_t Rijndael::Enc::AdvancedProcessBlocks(const byte *inBlocks, const byte *xorBlocks, byte *outBlocks, size_t length, word32 flags) const

Completed in 39 milliseconds