Searched refs:IsForwardTransformation (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dblumshub.h24 bool IsForwardTransformation() const {return true;} function in class:PublicBlumBlumShub
H A Darc4.h25 bool IsForwardTransformation() const {return true;} function in class:Weak1::ARC4_Base
H A Ddes.cpp379 m_des1.RawSetKey(GetCipherDirection(), userKey + (IsForwardTransformation() ? 0 : 16));
381 m_des3.RawSetKey(GetCipherDirection(), userKey + (IsForwardTransformation() ? 16 : 0));
437 memcpy(m_x1, key + (IsForwardTransformation() ? 0 : 16), BLOCKSIZE);
439 memcpy(m_x3, key + (IsForwardTransformation() ? 16 : 0), BLOCKSIZE);
H A Deax.h69 bool IsForwardTransformation() const function in class:EAX_Final
H A Dmodes.cpp29 assert(m_cipher->IsForwardTransformation()); // CFB mode needs the "encrypt" direction of the underlying block cipher, even to decrypt
50 assert(m_cipher->IsForwardTransformation()); // CFB mode needs the "encrypt" direction of the underlying block cipher, even to decrypt
78 assert(m_cipher->IsForwardTransformation()); // OFB mode needs the "encrypt" direction of the underlying block cipher, even to decrypt
110 assert(m_cipher->IsForwardTransformation()); // CTR mode needs the "encrypt" direction of the underlying block cipher, even to decrypt
H A Dblowfish.cpp38 if (!IsForwardTransformation())
H A Dccm.h82 bool IsForwardTransformation() const function in class:CCM_Final
H A Dgcm.h86 bool IsForwardTransformation() const function in class:GCM_Final
H A Dstrciphr.h144 bool IsForwardTransformation() const {return true;} function in class:AdditiveCipherTemplate
258 bool IsForwardTransformation() const {return true;} function in class:CFB_EncryptionTemplate
265 bool IsForwardTransformation() const {return false;} function in class:CFB_DecryptionTemplate
H A D3way.cpp73 if (!IsForwardTransformation())
H A Dauthenc.cpp121 m_state = AuthenticationIsOnPlaintext()==IsForwardTransformation() ? State_AuthUntransformed : State_AuthTransformed;
H A Didea.cpp91 if (!IsForwardTransformation())
H A Dseckey.h162 bool IsForwardTransformation() const {return DIR == ENCRYPTION;} function in class:BlockCipherFinal
H A Dshark.cpp54 if (!IsForwardTransformation())
H A Dsquare.cpp55 if (IsForwardTransformation())
H A Dfilters.cpp559 else if (c.MandatoryBlockSize() > 1 && !c.IsForwardTransformation() && padding != NO_PADDING && padding != ZEROS_PADDING)
633 bool isForwardTransformation = m_cipher.IsForwardTransformation();
668 if (m_cipher.IsForwardTransformation())
814 assert(c.IsForwardTransformation());
858 assert(!c.IsForwardTransformation() || c.IsSelfInverting());
H A Dmodes.h167 bool IsForwardTransformation() const {return m_cipher->IsForwardTransformation();} function in class:BlockOrientedCipherModeBase
H A Dcryptlib.h461 virtual bool IsForwardTransformation() const =0;
472 inline CipherDir GetCipherDirection() const {return IsForwardTransformation() ? ENCRYPTION : DECRYPTION;}
529 virtual bool IsForwardTransformation() const =0;
H A Dseed.cpp64 if (!IsForwardTransformation())
H A Dcast.cpp276 if (!IsForwardTransformation())
H A Dcamellia.cpp68 if (!IsForwardTransformation())
H A Dmisc.h411 return obj.IsForwardTransformation() ? ENCRYPTION : DECRYPTION;
H A Drijndael.cpp246 if (IsForwardTransformation())

Completed in 218 milliseconds