Searched refs:RC6 (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 Drc6.h15 static const char *StaticAlgorithmName() {return "RC6";}
19 /// <a href="http://www.weidai.com/scan-mirror/cs.html#RC6">RC6</a>
20 class RC6 : public RC6_Info, public BlockCipherDocumentation class in inherits:RC6_Info,BlockCipherDocumentation
49 typedef RC6::Encryption RC6Encryption;
50 typedef RC6::Decryption RC6Decryption;
H A Drc6.cpp10 void RC6::Base::UncheckedSetKey(const byte *k, unsigned int keylen, const NameValuePairs &params)
21 const unsigned int c = STDMAX((keylen+U-1)/U, 1U); // RC6 paper says c=1 if keylen==0
40 typedef BlockGetAndPut<RC6::RC6_WORD, LittleEndian> Block;
42 void RC6::Enc::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
68 void RC6::Dec::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
H A Dregtest.cpp122 RegisterSymmetricCipherDefaultFactories<CTR_Mode<RC6> >();

Completed in 88 milliseconds