| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | [inline, virtual] |
| AssertValidKeyLength(size_t length) const | SimpleKeyingInterface | [inline, protected] |
| BlockAlignment() const | BlockTransformation | [virtual] |
| BlockSize() const=0 | BlockTransformation | [pure virtual] |
| CanUsePredictableIVs() const | SimpleKeyingInterface | [inline] |
| CanUseRandomIVs() const | SimpleKeyingInterface | [inline] |
| CanUseStructuredIVs() const | SimpleKeyingInterface | [inline] |
| Clone() const | Clonable | [inline, virtual] |
| DefaultKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| exp_tab | SAFER::Base | [protected, static] |
| GetAlgorithm() const=0 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected, pure virtual] |
| GetAlignment() const | SAFER::Base | [inline] |
| GetCipherDirection() const | BlockTransformation | [inline] |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms) | SimpleKeyingInterface | [protected] |
| GetNextIV(RandomNumberGenerator &rng, byte *IV) | SimpleKeyingInterface | [virtual] |
| GetValidKeyLength(size_t n) const=0 | SimpleKeyingInterface | [pure virtual] |
| INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
| IsForwardTransformation() const=0 | BlockTransformation | [pure virtual] |
| IsPermutation() const | BlockTransformation | [inline, virtual] |
| IsResynchronizable() const | SimpleKeyingInterface | [inline] |
| IsValidKeyLength(size_t n) const | SimpleKeyingInterface | [inline, virtual] |
| IV_Requirement enum name | SimpleKeyingInterface | |
| IVRequirement() const=0 | SimpleKeyingInterface | [pure virtual] |
| IVSize() const | SimpleKeyingInterface | [inline, virtual] |
| keySchedule | SAFER::Base | [protected] |
| log_tab | SAFER::Base | [protected, static] |
| MaxKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| MinKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
| OptimalNumberOfParallelBlocks() const | BlockTransformation | [inline, virtual] |
| ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const | SAFER::Dec | [virtual] |
| ProcessAndXorMultipleBlocks(const byte *inBlocks, const byte *xorBlocks, byte *outBlocks, size_t numberOfBlocks) const | BlockTransformation | [virtual] |
| ProcessBlock(const byte *inBlock, byte *outBlock) const | BlockTransformation | [inline] |
| ProcessBlock(byte *inoutBlock) const | BlockTransformation | [inline] |
| RANDOM_IV enum value | SimpleKeyingInterface | |
| Resynchronize(const byte *IV) | SimpleKeyingInterface | [inline, virtual] |
| SetKey(const byte *key, size_t length, const NameValuePairs ¶ms=g_nullNameValuePairs) | SimpleKeyingInterface | [virtual] |
| SetKeyWithIV(const byte *key, size_t length, const byte *iv) | SimpleKeyingInterface | |
| SetKeyWithRounds(const byte *key, size_t length, int rounds) | SimpleKeyingInterface | |
| Strengthened() const=0 (defined in SAFER::Base) | SAFER::Base | [protected, pure virtual] |
| ThrowIfInvalidIV(const byte *iv) | SimpleKeyingInterface | [protected] |
| ThrowIfInvalidKeyLength(size_t length) | SimpleKeyingInterface | [protected] |
| ThrowIfResynchronizable() | SimpleKeyingInterface | [protected] |
| UncheckedSetKey(const byte *userkey, unsigned int length, const NameValuePairs ¶ms) | SAFER::Base | [virtual] |
| UNIQUE_IV enum value | SimpleKeyingInterface | |
| UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
| ~Clonable() | Clonable | [inline, virtual] |
| ~SimpleKeyingInterface() | SimpleKeyingInterface | [inline, virtual] |