AssertValidKeyLength(size_t length) const (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [inline, protected] |
CanUsePredictableIVs() const | SimpleKeyingInterface | [inline] |
CanUseRandomIVs() const | SimpleKeyingInterface | [inline] |
CanUseStructuredIVs() const | SimpleKeyingInterface | [inline] |
DefaultKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
GetIVAndThrowIfInvalid(const NameValuePairs ¶ms) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
GetNextIV(byte *IV) | SimpleKeyingInterface | [inline, virtual] |
GetValidKeyLength(size_t n) const =0 | SimpleKeyingInterface | [pure virtual] |
INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
IsResynchronizable() const | SimpleKeyingInterface | [inline] |
IsValidKeyLength(size_t n) const | SimpleKeyingInterface | [inline, virtual] |
IV_Requirement enum name (defined in SimpleKeyingInterface) | 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 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
Resynchronize(const byte *IV) | SimpleKeyingInterface | [inline, virtual] |
SetKey(const byte *key, size_t length, const NameValuePairs ¶ms=g_nullNameValuePairs)=0 | SimpleKeyingInterface | [pure virtual] |
SetKeyWithIV(const byte *key, size_t length, const byte *iv) | SimpleKeyingInterface | |
SetKeyWithRounds(const byte *key, size_t length, int rounds) | SimpleKeyingInterface | |
STRUCTURED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
ThrowIfInvalidIV(const byte *iv) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
ThrowIfInvalidKeyLength(const Algorithm &algorithm, size_t length) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
ThrowIfResynchronizable() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |