Searched refs:GetCipherDirection (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 Ddes.cpp124 RawSetKey(GetCipherDirection(), userKey);
359 m_des1.RawSetKey(GetCipherDirection(), userKey);
360 m_des2.RawSetKey(ReverseCipherDir(GetCipherDirection()), userKey+8);
379 m_des1.RawSetKey(GetCipherDirection(), userKey + (IsForwardTransformation() ? 0 : 16));
380 m_des2.RawSetKey(ReverseCipherDir(GetCipherDirection()), userKey + 8);
381 m_des3.RawSetKey(GetCipherDirection(), userKey + (IsForwardTransformation() ? 16 : 0));
438 m_des->RawSetKey(GetCipherDirection(), key + 8);
H A Dcryptlib.h472 inline CipherDir GetCipherDirection() const {return IsForwardTransformation() ? ENCRYPTION : DECRYPTION;} function in class:BlockTransformation

Completed in 113 milliseconds