| AssertValidKeyLength(size_t length) const | SimpleKeyingInterface | [inline, protected] |
| CanUsePredictableIVs() const | SimpleKeyingInterface | [inline] |
| CanUseRandomIVs() const | SimpleKeyingInterface | [inline] |
| CanUseStructuredIVs() const | SimpleKeyingInterface | [inline] |
| DefaultKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| GetAlgorithm() const | SimpleKeyedTransformation< T > | [inline, protected, virtual] |
| 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 | |
| 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] |
| MaxKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| MinKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
| 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 | |
| ThrowIfInvalidIV(const byte *iv) | SimpleKeyingInterface | [protected] |
| ThrowIfInvalidKeyLength(size_t length) | SimpleKeyingInterface | [protected] |
| ThrowIfResynchronizable() | SimpleKeyingInterface | [protected] |
| UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms)=0 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected, pure virtual] |
| UNIQUE_IV enum value | SimpleKeyingInterface | |
| UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
| ~SimpleKeyingInterface() | SimpleKeyingInterface | [inline, virtual] |