, 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 =0 | SimpleKeyingInterface | [pure virtual] |
| GetAlgorithm() const (defined in SymmetricCipher) | SymmetricCipher | [inline, protected] |
| GetAlgorithm() const =0 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected, pure virtual] |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, 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 =0 | SimpleKeyingInterface | [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 ECB_OneWay) | ECB_OneWay | [inline, virtual] |
| BlockOrientedCipherModeBase::SymmetricCipher::IVRequirement() const =0 | SimpleKeyingInterface | [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] |
| MandatoryBlockSize() const | BlockOrientedCipherModeBase | [inline, virtual] |
| MaxIVLength() const | SimpleKeyingInterface | [inline, virtual] |
| MaxKeyLength() const (defined in CipherModeBase) | CipherModeBase | [inline] |
| SymmetricCipher::MaxKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| MinIVLength() const | SimpleKeyingInterface | [inline, virtual] |
| MinKeyLength() const (defined in CipherModeBase) | CipherModeBase | [inline] |
| SymmetricCipher::MinKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| MinLastBlockSize() const | StreamTransformation | [inline, virtual] |
| NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| OptimalBlockSize() const | ECB_OneWay | [inline, virtual] |
| OptimalDataAlignment() const | CipherModeBase | [inline, virtual] |
| ProcessByte(byte input) | StreamTransformation | [inline] |
| ProcessData(byte *outString, const byte *inString, size_t length) | ECB_OneWay | [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] |
| RequireAlignedInput() const (defined in BlockOrientedCipherModeBase) | BlockOrientedCipherModeBase | [inline, protected] |
| 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 ¶ms=g_nullNameValuePairs) (defined in ECB_OneWay) | ECB_OneWay | [inline] |
| BlockOrientedCipherModeBase::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() (defined in ECB_OneWay) | ECB_OneWay | [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 ¶ms) (defined in BlockOrientedCipherModeBase) | BlockOrientedCipherModeBase | |
| UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms)=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] |