Searched refs:CipherDir (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dwake.h44 void Iterate(byte *output, const byte *input, CipherDir dir, size_t iterationCount);
H A Dseckey.h14 inline CipherDir ReverseCipherDir(CipherDir dir)
150 template <CipherDir DIR, class BASE>
H A Dstrciphr.h171 virtual void Iterate(byte *output, const byte *input, CipherDir dir, size_t iterationCount) {assert(false); throw 0;}
189 RegisterOutput(byte *output, const byte *input, CipherDir dir)
229 CipherDir m_dir;
H A Ddes.h15 void RawSetKey(CipherDir direction, const byte *userKey);
H A Dwake.cpp70 void WAKE_Policy<B>::Iterate(byte *output, const byte *input, CipherDir dir, size_t iterationCount)
H A Ddes.cpp274 void RawDES::RawSetKey(CipherDir dir, const byte *key)
H A Dmodes.cpp27 void CFB_ModePolicy::Iterate(byte *output, const byte *input, CipherDir dir, size_t iterationCount)
H A Dmodes.h105 void Iterate(byte *output, const byte *input, CipherDir dir, size_t iterationCount);
H A Dcryptlib.h93 enum CipherDir {ENCRYPTION, DECRYPTION}; enum
472 inline CipherDir GetCipherDirection() const {return IsForwardTransformation() ? ENCRYPTION : DECRYPTION;}
H A Dmisc.h409 inline CipherDir GetCipherDir(const T &obj)

Completed in 170 milliseconds