| RandomNumberGenerator::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| SymmetricCipher::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | [inline, virtual] |
| AssertValidKeyLength(size_t length) const | 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 | VariableKeyLength< 16, 1, 256 > | [static] |
| DefaultKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| DiscardBytes(size_t n) | Weak1::ARC4_Base | [virtual] |
| Encryption typedef | Weak1::ARC4_Base | |
| GenerateBit() | RandomNumberGenerator | [virtual] |
| GenerateBlock(byte *output, size_t size) | Weak1::ARC4_Base | [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=0 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected, pure virtual] |
| GetDefaultDiscardBytes() const | Weak1::ARC4_Base | [inline, protected, virtual] |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms) | 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 | SimpleKeyingInterface | |
| IsForwardTransformation() const | Weak1::ARC4_Base | [inline, virtual] |
| IsRandomAccess() const | Weak1::ARC4_Base | [inline, virtual] |
| IsResynchronizable() const | SimpleKeyingInterface | [inline] |
| IsSelfInverting() const | Weak1::ARC4_Base | [inline, virtual] |
| IsValidKeyLength(size_t n) const | SimpleKeyingInterface | [inline, virtual] |
| IV_LENGTH | VariableKeyLength< 16, 1, 256 > | [static] |
| IV_REQUIREMENT | VariableKeyLength< 16, 1, 256 > | [static] |
| IV_Requirement enum name | SimpleKeyingInterface | |
| IVRequirement() const=0 | SimpleKeyingInterface | [pure virtual] |
| IVSize() const | SimpleKeyingInterface | [inline, virtual] |
| KEYLENGTH_MULTIPLE | VariableKeyLength< 16, 1, 256 > | [static] |
| m_state | Weak1::ARC4_Base | [protected] |
| m_x | Weak1::ARC4_Base | [protected] |
| m_y | Weak1::ARC4_Base | [protected] |
| MandatoryBlockSize() const | StreamTransformation | [inline, virtual] |
| MAX_KEYLENGTH | VariableKeyLength< 16, 1, 256 > | [static] |
| MaxKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| MIN_KEYLENGTH | VariableKeyLength< 16, 1, 256 > | [static] |
| MinKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| MinLastBlockSize() const | StreamTransformation | [inline, virtual] |
| NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
| OptimalBlockSize() const | StreamTransformation | [inline, virtual] |
| OptimalDataAlignment() const | StreamTransformation | [inline, virtual] |
| ProcessByte(byte input) | StreamTransformation | [inline] |
| ProcessData(byte *outString, const byte *inString, size_t length) | Weak1::ARC4_Base | [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 | SimpleKeyingInterface | |
| Ref() | StreamTransformation | [inline] |
| Resynchronize(const byte *IV) | 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) | SimpleKeyingInterface | |
| SetKeyWithRounds(const byte *key, size_t length, int rounds) | SimpleKeyingInterface | |
| Shuffle(IT begin, IT end) | RandomNumberGenerator | [inline] |
| StaticAlgorithmName() | Weak1::ARC4_Base | [inline, static] |
| StaticGetValidKeyLength(size_t n) | VariableKeyLength< 16, 1, 256 > | [inline, static] |
| 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) | Weak1::ARC4_Base | [protected, virtual] |
| UNIQUE_IV enum value | SimpleKeyingInterface | |
| UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
| ~ARC4_Base() | Weak1::ARC4_Base | |
| ~Clonable() | Clonable | [inline, virtual] |
| ~SimpleKeyingInterface() | SimpleKeyingInterface | [inline, virtual] |