Crypto++
|
This is the complete list of members for Weak1::MARC4_Base, including all inherited members.
RandomNumberGenerator::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
SymmetricCipher::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | Algorithm | inlinevirtual |
AssertValidKeyLength(size_t length) const (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlineprotected |
CanIncorporateEntropy() const | RandomNumberGenerator | inlinevirtual |
CanUsePredictableIVs() const | SimpleKeyingInterface | inline |
CanUseRandomIVs() const | SimpleKeyingInterface | inline |
CanUseStructuredIVs() const | SimpleKeyingInterface | inline |
Clone() const | Clonable | inlinevirtual |
Decryption typedef (defined in Weak1::MARC4_Base) | Weak1::MARC4_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) | Weak1::ARC4_Base | virtual |
Encryption typedef (defined in Weak1::MARC4_Base) | Weak1::MARC4_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 (defined in SymmetricCipher) | SymmetricCipher | inlineprotectedvirtual |
GetDefaultDiscardBytes() const (defined in Weak1::MARC4_Base) | Weak1::MARC4_Base | inlineprotectedvirtual |
GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | protected |
GetNextIV(RandomNumberGenerator &rng, byte *IV) | SimpleKeyingInterface | virtual |
GetOptimalBlockSizeUsed() const | StreamTransformation | inlinevirtual |
GetValidKeyLength(size_t n) const =0 | SimpleKeyingInterface | pure virtual |
IncorporateEntropy(const byte *input, size_t length) | RandomNumberGenerator | inlinevirtual |
INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
IsForwardTransformation() const | Weak1::ARC4_Base | inlinevirtual |
IsRandomAccess() const | Weak1::ARC4_Base | inlinevirtual |
IsResynchronizable() const | SimpleKeyingInterface | inline |
IsSelfInverting() const | Weak1::ARC4_Base | inlinevirtual |
IsValidKeyLength(size_t n) const | SimpleKeyingInterface | inlinevirtual |
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 | inlinevirtual |
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 | inlinevirtual |
MAX_KEYLENGTH (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | static |
MaxIVLength() const | SimpleKeyingInterface | inlinevirtual |
MaxKeyLength() const =0 | SimpleKeyingInterface | pure virtual |
MIN_KEYLENGTH (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | static |
MinIVLength() const | SimpleKeyingInterface | inlinevirtual |
MinKeyLength() const =0 | SimpleKeyingInterface | pure virtual |
MinLastBlockSize() const | StreamTransformation | inlinevirtual |
NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
OptimalBlockSize() const | StreamTransformation | inlinevirtual |
OptimalDataAlignment() const | StreamTransformation | 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 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
Ref() | StreamTransformation | inline |
Resynchronize(const byte *iv, int ivLength=-1) | SimpleKeyingInterface | inlinevirtual |
Seek(lword n) | StreamTransformation | inlinevirtual |
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::MARC4_Base) | Weak1::MARC4_Base | inlinestatic |
StaticGetValidKeyLength(size_t n) (defined in VariableKeyLength< 16, 1, 256 >) | VariableKeyLength< 16, 1, 256 > | inlinestatic |
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 | protectedvirtual |
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 | inlinevirtual |
~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlinevirtual |