Searched refs:ThreeWay (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A D3way.h19 class ThreeWay : public ThreeWay_Info, public BlockCipherDocumentation class in inherits:ThreeWay_Info,BlockCipherDocumentation
48 typedef ThreeWay::Encryption ThreeWayEncryption;
49 typedef ThreeWay::Decryption ThreeWayDecryption;
H A D3way.cpp12 ThreeWay::Encryption x1;
13 ThreeWay::Decryption x2;
64 void ThreeWay::Base::UncheckedSetKey(const byte *uk, unsigned int length, const NameValuePairs &params)
83 void ThreeWay::Enc::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
110 void ThreeWay::Dec::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const

Completed in 120 milliseconds