CBC_CTS_Encryption Member List

This is the complete list of members for CBC_CTS_Encryption, including all inherited members.
Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const Algorithm [inline, virtual]
AssertValidKeyLength(size_t length) const (defined in SimpleKeyingInterface)SimpleKeyingInterface [inline, protected]
BlockSize() const (defined in CipherModeBase)CipherModeBase [inline, protected]
CanUsePredictableIVs() const SimpleKeyingInterface [inline]
CanUseRandomIVs() const SimpleKeyingInterface [inline]
CanUseStructuredIVs() const SimpleKeyingInterface [inline]
CipherModeBase() (defined in CipherModeBase)CipherModeBase [inline, protected]
Clone() const Clonable [inline, virtual]
DefaultIVLength() const SimpleKeyingInterface [inline]
DefaultKeyLength() const (defined in CipherModeBase)CipherModeBase [inline]
SymmetricCipher::DefaultKeyLength() const =0SimpleKeyingInterface [pure virtual]
GetAlgorithm() const (defined in SymmetricCipher)SymmetricCipher [inline, protected]
GetAlgorithm() const =0 (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected, pure virtual]
GetIVAndThrowIfInvalid(const NameValuePairs &params, size_t &size) (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
GetNextIV(RandomNumberGenerator &rng, byte *IV)SimpleKeyingInterface [virtual]
GetOptimalBlockSizeUsed() const StreamTransformation [inline, virtual]
GetValidKeyLength(size_t n) const (defined in CipherModeBase)CipherModeBase [inline]
SymmetricCipher::GetValidKeyLength(size_t n) const =0SimpleKeyingInterface [pure virtual]
INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
IsForwardTransformation() const BlockOrientedCipherModeBase [inline, virtual]
IsRandomAccess() const BlockOrientedCipherModeBase [inline, virtual]
IsResynchronizable() const SimpleKeyingInterface [inline]
IsSelfInverting() const BlockOrientedCipherModeBase [inline, virtual]
IsValidKeyLength(size_t n) const (defined in CipherModeBase)CipherModeBase [inline]
SymmetricCipher::IsValidKeyLength(size_t n) const SimpleKeyingInterface [inline, virtual]
IV_Requirement enum name (defined in SimpleKeyingInterface)SimpleKeyingInterface
IVRequirement() const (defined in CBC_ModeBase)CBC_ModeBase [inline, virtual]
BlockOrientedCipherModeBase::SymmetricCipher::IVRequirement() const =0SimpleKeyingInterface [pure virtual]
IVSize() const (defined in CipherModeBase)CipherModeBase [inline]
IVSize() const (defined in SimpleKeyingInterface)SimpleKeyingInterface [inline, virtual]
m_buffer (defined in BlockOrientedCipherModeBase)BlockOrientedCipherModeBase [protected]
m_cipher (defined in CipherModeBase)CipherModeBase [protected]
m_register (defined in CipherModeBase)CipherModeBase [protected]
m_stolenIV (defined in CBC_CTS_Encryption)CBC_CTS_Encryption [protected]
MandatoryBlockSize() const BlockOrientedCipherModeBase [inline, virtual]
MaxIVLength() const SimpleKeyingInterface [inline, virtual]
MaxKeyLength() const (defined in CipherModeBase)CipherModeBase [inline]
SymmetricCipher::MaxKeyLength() const =0SimpleKeyingInterface [pure virtual]
MinIVLength() const SimpleKeyingInterface [inline, virtual]
MinKeyLength() const (defined in CipherModeBase)CipherModeBase [inline]
SymmetricCipher::MinKeyLength() const =0SimpleKeyingInterface [pure virtual]
MinLastBlockSize() const CBC_CTS_Encryption [inline, virtual]
NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
OptimalBlockSize() const StreamTransformation [inline, virtual]
OptimalDataAlignment() const CipherModeBase [inline, virtual]
ProcessByte(byte input)StreamTransformation [inline]
ProcessData(byte *outString, const byte *inString, size_t length)CBC_Encryption [virtual]
ProcessLastBlock(byte *outString, const byte *inString, size_t length)CBC_CTS_Encryption [virtual]
ProcessString(byte *inoutString, size_t length)StreamTransformation [inline]
ProcessString(byte *outString, const byte *inString, size_t length)StreamTransformation [inline]
RANDOM_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
Ref()StreamTransformation [inline]
RequireAlignedInput() const (defined in CBC_ModeBase)CBC_ModeBase [inline]
ResizeBuffers() (defined in BlockOrientedCipherModeBase)BlockOrientedCipherModeBase [inline, protected, virtual]
Resynchronize(const byte *iv, int length=-1) (defined in BlockOrientedCipherModeBase)BlockOrientedCipherModeBase [inline]
CipherModeBase::Resynchronize(const byte *iv, int ivLength=-1)SimpleKeyingInterface [inline, virtual]
Seek(lword n)StreamTransformation [inline, virtual]
SetCipher(BlockCipher &cipher) (defined in CipherModeBase)CipherModeBase [inline]
SetCipherWithIV(BlockCipher &cipher, const byte *iv, int feedbackSize=0) (defined in CipherModeBase)CipherModeBase [inline]
SetFeedbackSize(unsigned int feedbackSize) (defined in CipherModeBase)CipherModeBase [inline, protected, virtual]
SetKey(const byte *key, size_t length, const NameValuePairs &params=g_nullNameValuePairs)SimpleKeyingInterface [virtual]
SetKeyWithIV(const byte *key, size_t length, const byte *iv, size_t ivLength)SimpleKeyingInterface
SetKeyWithIV(const byte *key, size_t length, const byte *iv)SimpleKeyingInterface [inline]
SetKeyWithRounds(const byte *key, size_t length, int rounds)SimpleKeyingInterface
SetStolenIV(byte *iv) (defined in CBC_CTS_Encryption)CBC_CTS_Encryption [inline]
StaticAlgorithmName() (defined in CBC_CTS_Encryption)CBC_CTS_Encryption [inline, static]
ThrowIfInvalidIV(const byte *iv) (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
ThrowIfInvalidIVLength(int size) (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
ThrowIfInvalidKeyLength(size_t length) (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
ThrowIfResynchronizable() (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params) (defined in CBC_CTS_Encryption)CBC_CTS_Encryption [inline, protected]
UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)=0 (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected, pure virtual]
UNIQUE_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
~Clonable() (defined in Clonable)Clonable [inline, virtual]
~SimpleKeyingInterface() (defined in SimpleKeyingInterface)SimpleKeyingInterface [inline, virtual]