, including all inherited members.
| RandomNumberGenerator::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| SymmetricCipher::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | [inline, virtual] |
| AssertValidKeyLength(size_t length) const (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [inline, protected] |
| CanIncorporateEntropy() const | RandomNumberGenerator | [inline, virtual] |
| CanUsePredictableIVs() const | SimpleKeyingInterface | [inline] |
| CanUseRandomIVs() const | SimpleKeyingInterface | [inline] |
| CanUseStructuredIVs() const | SimpleKeyingInterface | [inline] |
| Clone() const | Clonable | [inline, virtual] |
| Decryption typedef | Weak1::ARC4_Base | |
| DEFAULT_KEYLENGTH (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | [static] |
| DefaultIVLength() const | SimpleKeyingInterface | [inline] |
| DefaultKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| DiscardBytes(size_t n) (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | |
| RandomNumberGenerator::DiscardBytes(size_t n) | RandomNumberGenerator | [virtual] |
| Encryption typedef | Weak1::ARC4_Base | |
| GenerateBit() | RandomNumberGenerator | [virtual] |
| GenerateBlock(byte *output, size_t size) (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | |
| RandomNumberGenerator::GenerateBlock(byte *output, size_t size) | RandomNumberGenerator | [virtual] |
| GenerateByte() | RandomNumberGenerator | [virtual] |
| GenerateIntoBufferedTransformation(BufferedTransformation &target, const std::string &channel, lword length) | RandomNumberGenerator | [virtual] |
| GenerateWord32(word32 a=0, word32 b=0xffffffffL) | RandomNumberGenerator | [virtual] |
| GetAlgorithm() const (defined in SymmetricCipher) | SymmetricCipher | [inline, protected] |
| GetAlgorithm() const =0 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected, pure virtual] |
| GetDefaultDiscardBytes() const (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | [inline, protected, virtual] |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| GetNextIV(RandomNumberGenerator &rng, byte *IV) | SimpleKeyingInterface | [virtual] |
| GetOptimalBlockSizeUsed() const | StreamTransformation | [inline, virtual] |
| GetValidKeyLength(size_t n) const =0 | SimpleKeyingInterface | [pure virtual] |
| IncorporateEntropy(const byte *input, size_t length) | RandomNumberGenerator | [inline, virtual] |
| INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IsForwardTransformation() const (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | [inline] |
| SymmetricCipher::IsForwardTransformation() const =0 | StreamTransformation | [pure virtual] |
| IsRandomAccess() const (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | [inline] |
| SymmetricCipher::IsRandomAccess() const =0 | StreamTransformation | [pure virtual] |
| IsResynchronizable() const | SimpleKeyingInterface | [inline] |
| IsSelfInverting() const (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | [inline] |
| SymmetricCipher::IsSelfInverting() const =0 | StreamTransformation | [pure virtual] |
| IsValidKeyLength(size_t n) const | SimpleKeyingInterface | [inline, virtual] |
| IV_LENGTH (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | [static] |
| IV_Requirement enum name (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IV_REQUIREMENT (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | [static] |
| IVRequirement() const =0 | SimpleKeyingInterface | [pure virtual] |
| IVSize() const (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [inline, virtual] |
| KEYLENGTH_MULTIPLE (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | [static] |
| m_state (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | [protected] |
| m_x (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | [protected] |
| m_y (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | [protected] |
| MandatoryBlockSize() const | StreamTransformation | [inline, virtual] |
| MAX_KEYLENGTH (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | [static] |
| MaxIVLength() const | SimpleKeyingInterface | [inline, virtual] |
| MaxKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| MIN_KEYLENGTH (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | [static] |
| MinIVLength() const | SimpleKeyingInterface | [inline, virtual] |
| 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 | [virtual] |
| ProcessByte(byte input) | StreamTransformation | [inline] |
| ProcessData(byte *outString, const byte *inString, size_t length) (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | |
| SymmetricCipher::ProcessData(byte *outString, const byte *inString, size_t length)=0 | StreamTransformation | [pure virtual] |
| ProcessLastBlock(byte *outString, const byte *inString, size_t length) | StreamTransformation | [virtual] |
| ProcessString(byte *inoutString, size_t length) | StreamTransformation | [inline] |
| ProcessString(byte *outString, const byte *inString, size_t length) | StreamTransformation | [inline] |
| RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| Ref() | StreamTransformation | [inline] |
| Resynchronize(const byte *iv, int ivLength=-1) | SimpleKeyingInterface | [inline, virtual] |
| Seek(lword n) | StreamTransformation | [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, size_t ivLength) | SimpleKeyingInterface | |
| SetKeyWithIV(const byte *key, size_t length, const byte *iv) | SimpleKeyingInterface | [inline] |
| SetKeyWithRounds(const byte *key, size_t length, int rounds) | SimpleKeyingInterface | |
| Shuffle(IT begin, IT end) | RandomNumberGenerator | [inline] |
| StaticAlgorithmName() (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | [inline, static] |
| StaticGetValidKeyLength(size_t n) (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | [inline, static] |
| ThrowIfInvalidIV(const byte *iv) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| ThrowIfInvalidIVLength(int size) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| ThrowIfInvalidKeyLength(size_t length) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| ThrowIfResynchronizable() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms) (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | [protected] |
| UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms)=0 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected, pure virtual] |
| UNIQUE_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| ~ARC4_Base() (defined in Weak1::ARC4_Base) | Weak1::ARC4_Base | |
| ~Clonable() (defined in Clonable) | Clonable | [inline, virtual] |
| ~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [inline, virtual] |