| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | [inline, virtual] |
| AssertValidKeyLength(unsigned int length) const | SimpleKeyingInterface | [inline, protected] |
| BlockAlignment() const | BlockTransformation | [inline, 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 | [static] |
| GetAlignment() const | SAFER::Base | [inline] |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms) | SimpleKeyingInterface | [protected] |
| GetNextIV(byte *IV) | SimpleKeyingInterface | [inline, virtual] |
| GetValidKeyLength(unsigned int n) const =0 | SimpleKeyingInterface | [pure virtual] |
| INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IsForwardTransformation() const =0 | BlockTransformation | [pure virtual] |
| IsPermutation() const | BlockTransformation | [inline, virtual] |
| IsResynchronizable() const | SimpleKeyingInterface | [inline] |
| IsValidKeyLength(unsigned int n) const | SimpleKeyingInterface | [inline, virtual] |
| IV_Requirement enum name | SimpleKeyingInterface | |
| IVRequirement() const =0 | SimpleKeyingInterface | [pure virtual] |
| IVSize() const | SimpleKeyingInterface | [inline, virtual] |
| keySchedule | SAFER::Base | |
| log_tab | SAFER::Base | [static] |
| MaxKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| MinKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | 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, unsigned int numberOfBlocks) const | BlockTransformation | [virtual] |
| ProcessBlock(const byte *inBlock, byte *outBlock) const | BlockTransformation | [inline] |
| ProcessBlock(byte *inoutBlock) const | BlockTransformation | [inline] |
| RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| Resynchronize(const byte *IV) | SimpleKeyingInterface | [inline, virtual] |
| SetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms=g_nullNameValuePairs)=0 | SimpleKeyingInterface | [pure virtual] |
| SetKeyWithIV(const byte *key, unsigned int length, const byte *iv) | SimpleKeyingInterface | |
| SetKeyWithRounds(const byte *key, unsigned int length, int rounds) | SimpleKeyingInterface | |
| strengthened | SAFER::Base | |
| 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(CipherDir dir, const byte *userkey, unsigned int length, unsigned nof_rounds) | SAFER::Base | |
| UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| ~Clonable() | Clonable | [inline, virtual] |