CFB_ModePolicy Member List

This is the complete list of members for CFB_ModePolicy, 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]
CanIterate() const (defined in CFB_ModePolicy)CFB_ModePolicy [inline, protected, virtual]
CanUsePredictableIVs() const SimpleKeyingInterface [inline]
CanUseRandomIVs() const SimpleKeyingInterface [inline]
CanUseStructuredIVs() const SimpleKeyingInterface [inline]
CipherModeBase() (defined in CipherModeBase)CipherModeBase [inline, protected]
CipherResynchronize(const byte *iv, size_t length) (defined in CFB_ModePolicy)CFB_ModePolicy [protected, virtual]
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]
GetBytesPerIteration() const (defined in CFB_ModePolicy)CFB_ModePolicy [inline, protected, 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]
GetRegisterBegin() (defined in CFB_ModePolicy)CFB_ModePolicy [inline, protected, 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 =0StreamTransformation [pure virtual]
IsRandomAccess() const =0StreamTransformation [pure virtual]
IsResynchronizable() const SimpleKeyingInterface [inline]
IsSelfInverting() const =0StreamTransformation [pure virtual]
IsValidKeyLength(size_t n) const (defined in CipherModeBase)CipherModeBase [inline]
SymmetricCipher::IsValidKeyLength(size_t n) const SimpleKeyingInterface [inline, virtual]
Iterate(byte *output, const byte *input, CipherDir dir, size_t iterationCount) (defined in CFB_ModePolicy)CFB_ModePolicy [protected, virtual]
IV_Requirement enum name (defined in SimpleKeyingInterface)SimpleKeyingInterface
IVRequirement() const (defined in CFB_ModePolicy)CFB_ModePolicy [inline]
IVRequirement() const =0 (defined in CipherModeBase)CipherModeBase [pure virtual]
ModePolicyCommonTemplate< CFB_CipherAbstractPolicy >::SymmetricCipher::IVRequirement() const =0SimpleKeyingInterface [pure virtual]
IVSize() const (defined in CipherModeBase)CipherModeBase [inline]
IVSize() const (defined in SimpleKeyingInterface)SimpleKeyingInterface [inline, virtual]
m_cipher (defined in CipherModeBase)CipherModeBase [protected]
m_feedbackSize (defined in CFB_ModePolicy)CFB_ModePolicy [protected]
m_register (defined in CipherModeBase)CipherModeBase [protected]
m_temp (defined in CFB_ModePolicy)CFB_ModePolicy [protected]
MandatoryBlockSize() const StreamTransformation [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 StreamTransformation [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)=0StreamTransformation [pure virtual]
ProcessLastBlock(byte *outString, const byte *inString, size_t length)StreamTransformation [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]
ResizeBuffers() (defined in CFB_ModePolicy)CFB_ModePolicy [protected]
ResizeBuffers() (defined in CipherModeBase)CipherModeBase [inline, protected, virtual]
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 CFB_ModePolicy)CFB_ModePolicy [protected]
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
StaticAlgorithmName() (defined in CFB_ModePolicy)CFB_ModePolicy [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]
TransformRegister() (defined in CFB_ModePolicy)CFB_ModePolicy [protected, virtual]
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
~CFB_CipherAbstractPolicy() (defined in CFB_CipherAbstractPolicy)CFB_CipherAbstractPolicy [inline, virtual]
~Clonable() (defined in Clonable)Clonable [inline, virtual]
~SimpleKeyingInterface() (defined in SimpleKeyingInterface)SimpleKeyingInterface [inline, virtual]