| RandomNumberGenerator::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| SymmetricCipher::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | [inline, virtual] |
| AssertValidKeyLength(unsigned int length) const | SimpleKeyingInterface | [inline, protected] |
| CanUsePredictableIVs() const | SimpleKeyingInterface | [inline] |
| CanUseRandomIVs() const | SimpleKeyingInterface | [inline] |
| CanUseStructuredIVs() const | SimpleKeyingInterface | [inline] |
| Clone() const | Clonable | [inline, virtual] |
| Decryption typedef | ARC4_Base | |
| DEFAULT_KEYLENGTH enum value (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | |
| DefaultKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| DiscardBytes(unsigned int n) | ARC4_Base | [virtual] |
| Encryption typedef | ARC4_Base | |
| GenerateBit() | RandomNumberGenerator | [virtual] |
| GenerateBlock(byte *output, unsigned int size) | RandomNumberGenerator | [virtual] |
| GenerateByte() | ARC4_Base | [virtual] |
| GenerateWord32(word32 a=0, word32 b=0xffffffffL) | RandomNumberGenerator | [virtual] |
| GetDefaultDiscardBytes() const | ARC4_Base | [inline, protected, virtual] |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms) | SimpleKeyingInterface | [protected] |
| GetNextIV(byte *IV) | SimpleKeyingInterface | [inline, virtual] |
| GetOptimalBlockSizeUsed() const | StreamTransformation | [inline, virtual] |
| GetValidKeyLength(unsigned int n) const =0 | SimpleKeyingInterface | [pure virtual] |
| INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IsForwardTransformation() const | ARC4_Base | [inline, virtual] |
| IsRandomAccess() const | ARC4_Base | [inline, virtual] |
| IsResynchronizable() const | SimpleKeyingInterface | [inline] |
| IsSelfInverting() const | ARC4_Base | [inline, virtual] |
| IsValidKeyLength(unsigned int n) const | SimpleKeyingInterface | [inline, virtual] |
| IV_Requirement enum name | SimpleKeyingInterface | |
| IV_REQUIREMENT enum value (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | |
| IVRequirement() const =0 | SimpleKeyingInterface | [pure virtual] |
| IVSize() const | SimpleKeyingInterface | [inline, virtual] |
| KEYLENGTH_MULTIPLE enum value (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | |
| m_state | ARC4_Base | [protected] |
| m_x | ARC4_Base | [protected] |
| m_y | ARC4_Base | [protected] |
| MandatoryBlockSize() const | StreamTransformation | [inline, virtual] |
| MAX_KEYLENGTH enum value (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | |
| MaxKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| MIN_KEYLENGTH enum value (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | |
| MinKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| MinLastBlockSize() const | StreamTransformation | [inline, virtual] |
| NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| OptimalBlockSize() const | StreamTransformation | [inline, virtual] |
| OptimalDataAlignment() const | StreamTransformation | [inline, virtual] |
| ProcessByte(byte input) | StreamTransformation | [inline] |
| ProcessData(byte *outString, const byte *inString, unsigned int length) | ARC4_Base | [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] |
| Resynchronize(const byte *IV) | SimpleKeyingInterface | [inline, virtual] |
| Seek(lword n) | StreamTransformation | [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 | |
| Shuffle(IT begin, IT end) | RandomNumberGenerator | [inline] |
| StaticAlgorithmName() | ARC4_Base | [inline, static] |
| StaticGetValidKeyLength(unsigned int n) | VariableKeyLength< 16, 1, 256 > | [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) | ARC4_Base | [protected] |
| UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| ~ARC4_Base() | ARC4_Base | |
| ~Clonable() | Clonable | [inline, virtual] |