Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | Algorithm | inlinevirtual |
AssertValidKeyLength(size_t length) const | SimpleKeyingInterface | inlineprotected |
BlockSize() const | CipherModeBase | inlineprotected |
CanIterate() const | CFB_ModePolicy | inlineprotectedvirtual |
CanUsePredictableIVs() const | SimpleKeyingInterface | inline |
CanUseRandomIVs() const | SimpleKeyingInterface | inline |
CanUseStructuredIVs() const | SimpleKeyingInterface | inline |
CipherModeBase() | CipherModeBase | inlineprotected |
CipherResynchronize(const byte *iv, size_t length) | CFB_ModePolicy | protectedvirtual |
Clone() const | Clonable | inlinevirtual |
DefaultIVLength() const | SimpleKeyingInterface | inline |
DefaultKeyLength() const | CipherModeBase | inlinevirtual |
GetAlgorithm() const | SymmetricCipher | inlineprotectedvirtual |
GetBytesPerIteration() const | CFB_ModePolicy | inlineprotectedvirtual |
GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) | SimpleKeyingInterface | protected |
GetNextIV(RandomNumberGenerator &rng, byte *iv) | SimpleKeyingInterface | virtual |
GetOptimalBlockSizeUsed() const | StreamTransformation | inlinevirtual |
GetRegisterBegin() | CFB_ModePolicy | inlineprotectedvirtual |
GetValidKeyLength(size_t n) const | CipherModeBase | inlinevirtual |
INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
IsForwardTransformation() const =0 | StreamTransformation | pure virtual |
IsRandomAccess() const =0 | StreamTransformation | pure virtual |
IsResynchronizable() const | SimpleKeyingInterface | inline |
IsSelfInverting() const =0 | StreamTransformation | pure virtual |
IsValidKeyLength(size_t n) const | CipherModeBase | inlinevirtual |
Iterate(byte *output, const byte *input, CipherDir dir, size_t iterationCount) | CFB_ModePolicy | protectedvirtual |
IV_Requirement enum name | SimpleKeyingInterface | |
IVRequirement() const | CFB_ModePolicy | inlinevirtual |
IVSize() const | CipherModeBase | inlinevirtual |
m_cipher | CipherModeBase | protected |
m_feedbackSize | CFB_ModePolicy | protected |
m_register | CipherModeBase | protected |
m_temp | CFB_ModePolicy | protected |
MandatoryBlockSize() const | StreamTransformation | inlinevirtual |
MaxIVLength() const | SimpleKeyingInterface | inlinevirtual |
MaxKeyLength() const | CipherModeBase | inlinevirtual |
MinIVLength() const | SimpleKeyingInterface | inlinevirtual |
MinKeyLength() const | CipherModeBase | inlinevirtual |
MinLastBlockSize() const | StreamTransformation | inlinevirtual |
NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
OptimalBlockSize() const | StreamTransformation | inlinevirtual |
OptimalDataAlignment() const | CipherModeBase | inlinevirtual |
ProcessByte(byte input) | StreamTransformation | inline |
ProcessData(byte *outString, const byte *inString, size_t length)=0 | StreamTransformation | 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 | SimpleKeyingInterface | |
Ref() | StreamTransformation | inline |
ResizeBuffers() | CFB_ModePolicy | protectedvirtual |
Resynchronize(const byte *iv, int ivLength=-1) | SimpleKeyingInterface | inlinevirtual |
Seek(lword pos) | StreamTransformation | inlinevirtual |
SetCipher(BlockCipher &cipher) | CipherModeBase | inline |
SetCipherWithIV(BlockCipher &cipher, const byte *iv, int feedbackSize=0) | CipherModeBase | inline |
SetFeedbackSize(unsigned int feedbackSize) | CFB_ModePolicy | protectedvirtual |
SetKey(const byte *key, size_t length, const NameValuePairs ¶ms=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() | CFB_ModePolicy | inline |
ThrowIfInvalidIV(const byte *iv) | SimpleKeyingInterface | protected |
ThrowIfInvalidIVLength(int length) | SimpleKeyingInterface | protected |
ThrowIfInvalidKeyLength(size_t length) | SimpleKeyingInterface | protected |
ThrowIfResynchronizable() | SimpleKeyingInterface | protected |
TransformRegister() | CFB_ModePolicy | protectedvirtual |
UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms)=0 | SimpleKeyingInterface | protectedpure virtual |
UNIQUE_IV enum value | SimpleKeyingInterface | |
UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
~Algorithm() | Algorithm | inlinevirtual |
~CFB_CipherAbstractPolicy() | CFB_CipherAbstractPolicy | inlinevirtual |
~CFB_ModePolicy() | CFB_ModePolicy | inlinevirtual |
~CipherModeBase() | CipherModeBase | inlinevirtual |
~Clonable() | Clonable | inlinevirtual |
~SimpleKeyingInterface() | SimpleKeyingInterface | inlinevirtual |
~StreamTransformation() | StreamTransformation | inlinevirtual |