Searched refs:CAST128 (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.h25 class CAST128 : public CAST128_Info, public BlockCipherDocumentation class in inherits:CAST128_Info,BlockCipherDocumentation
83 typedef CAST128::Encryption CAST128Encryption;
84 typedef CAST128::Decryption CAST128Decryption;
H A Dregtest.cpp132 RegisterSymmetricCipherDefaultFactories<CTR_Mode<CAST128> >();
H A Dcast.cpp36 void CAST128::Enc::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
66 void CAST128::Dec::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
97 void CAST128::Base::UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs &)

Completed in 103 milliseconds