Searched refs:CAST256 (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 Dcast.h61 class CAST256 : public CAST256_Info, public BlockCipherDocumentation class in inherits:CAST256_Info,BlockCipherDocumentation
86 typedef CAST256::Encryption CAST256Encryption;
87 typedef CAST256::Decryption CAST256Decryption;
H A Dcast.cpp153 const word32 CAST256::Base::t_m[8][24]={
188 const unsigned int CAST256::Base::t_r[8][24]={
211 /* CAST256's encrypt/decrypt functions are identical except for the order that
214 void CAST256::Base::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
240 void CAST256::Base::Omega(int i, word32 kappa[8])
254 void CAST256::Base::UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs &)
H A Dregtest.cpp121 RegisterSymmetricCipherDefaultFactories<CTR_Mode<CAST256> >();

Completed in 84 milliseconds