| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | [inline, virtual] |
| AssertValidKeyLength(unsigned int length) const | SimpleKeyingInterface | [inline, protected] |
| BlockSize() const | CipherModeBase | [inline, protected] |
| CanUsePredictableIVs() const | SimpleKeyingInterface | [inline] |
| CanUseRandomIVs() const | SimpleKeyingInterface | [inline] |
| CanUseStructuredIVs() const | SimpleKeyingInterface | [inline] |
| Clone() const | Clonable | [inline, virtual] |
| DefaultKeyLength() const | CipherModeBase | [inline, virtual] |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms) | SimpleKeyingInterface | [protected] |
| GetNextIV(byte *IV) | CipherModeBase | [virtual] |
| GetOptimalBlockSizeUsed() const | StreamTransformation | [inline, virtual] |
| GetValidKeyLength(unsigned int n) const | CipherModeBase | [inline, 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(unsigned int n) const | CipherModeBase | [inline, virtual] |
| IV_Requirement enum name | SimpleKeyingInterface | |
| IVRequirement() const | ECB_OneWay | [inline, virtual] |
| IVSize() const | CipherModeBase | [inline, virtual] |
| m_buffer | BlockOrientedCipherModeBase | [protected] |
| m_cipher | CipherModeBase | [protected] |
| m_register | CipherModeBase | [protected] |
| MandatoryBlockSize() const | BlockOrientedCipherModeBase | [inline, virtual] |
| MaxKeyLength() const | CipherModeBase | [inline, virtual] |
| MinKeyLength() const | CipherModeBase | [inline, 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] |
| ProcessBlocks(byte *outString, const byte *inString, unsigned int numberOfBlocks) | ECB_OneWay | [inline, virtual] |
| ProcessByte(byte input) | StreamTransformation | [inline] |
| ProcessData(byte *outString, const byte *inString, unsigned int length) | BlockOrientedCipherModeBase | [virtual] |
| ProcessLastBlock(byte *outString, const byte *inString, unsigned int length) | StreamTransformation | [virtual] |
| ProcessString(byte *inoutString, unsigned int length) | StreamTransformation | [inline] |
| ProcessString(byte *outString, const byte *inString, unsigned int length) | StreamTransformation | [inline] |
| RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| Ref() | StreamTransformation | [inline] |
| RequireAlignedInput() const | BlockOrientedCipherModeBase | [inline, protected] |
| ResizeBuffers() | BlockOrientedCipherModeBase | [inline, protected, virtual] |
| Resynchronize(const byte *iv) | BlockOrientedCipherModeBase | [inline, virtual] |
| Seek(lword n) | StreamTransformation | [inline, virtual] |
| SetFeedbackSize(unsigned int feedbackSize) | CipherModeBase | [inline, protected, virtual] |
| SetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms=g_nullNameValuePairs) | CipherModeBase | [virtual] |
| SetKeyWithIV(const byte *key, unsigned int length, const byte *iv) | SimpleKeyingInterface | |
| SetKeyWithRounds(const byte *key, unsigned int length, int rounds) | SimpleKeyingInterface | |
| StaticAlgorithmName() | ECB_OneWay | [inline, static] |
| STRUCTURED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| ThrowIfInvalidIV(const byte *iv) | SimpleKeyingInterface | [protected] |
| ThrowIfInvalidKeyLength(const Algorithm &algorithm, unsigned int length) | SimpleKeyingInterface | [protected] |
| ThrowIfResynchronizable() | SimpleKeyingInterface | [protected] |
| UncheckedSetKey(const NameValuePairs ¶ms, const byte *key, unsigned int length, const byte *iv) | BlockOrientedCipherModeBase | [virtual] |
| UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| ~Clonable() | Clonable | [inline, virtual] |