Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
This is the complete list of members for ECB_OneWay, including all inherited members.
Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | Algorithm | inlinevirtual |
AlgorithmProvider() const | CipherModeBase | inlinevirtual |
CanUsePredictableIVs() const | SimpleKeyingInterface | inline |
CanUseRandomIVs() const | SimpleKeyingInterface | inline |
CanUseStructuredIVs() const | SimpleKeyingInterface | inline |
Clone() const | Clonable | inlinevirtual |
DefaultIVLength() const | SimpleKeyingInterface | inline |
DefaultKeyLength() const | CipherModeBase | inlinevirtual |
GetNextIV(RandomNumberGenerator &rng, byte *iv) | SimpleKeyingInterface | virtual |
GetOptimalBlockSizeUsed() const | StreamTransformation | inlinevirtual |
GetValidKeyLength(size_t keylength) const | CipherModeBase | inlinevirtual |
INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
IsForwardTransformation() const | BlockOrientedCipherModeBase | inlinevirtual |
IsLastBlockSpecial() const | StreamTransformation | inlinevirtual |
IsRandomAccess() const | BlockOrientedCipherModeBase | inlinevirtual |
IsResynchronizable() const | SimpleKeyingInterface | inline |
IsSelfInverting() const | BlockOrientedCipherModeBase | inlinevirtual |
IsValidKeyLength(size_t keylength) const | CipherModeBase | inlinevirtual |
IV_Requirement enum name | SimpleKeyingInterface | |
IVRequirement() const | ECB_OneWay | inlinevirtual |
IVSize() const | CipherModeBase | inlinevirtual |
MandatoryBlockSize() const | BlockOrientedCipherModeBase | inlinevirtual |
MaxIVLength() const | SimpleKeyingInterface | inlinevirtual |
MaxKeyLength() const | CipherModeBase | inlinevirtual |
MinIVLength() const | SimpleKeyingInterface | inlinevirtual |
MinKeyLength() const | CipherModeBase | inlinevirtual |
MinLastBlockSize() const | StreamTransformation | inlinevirtual |
NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
OptimalBlockSize() const | ECB_OneWay | inlinevirtual |
OptimalDataAlignment() const | CipherModeBase | inlinevirtual |
ProcessByte(byte input) | StreamTransformation | inline |
ProcessData(byte *outString, const byte *inString, size_t length) | ECB_OneWay | virtual |
ProcessLastBlock(byte *outString, size_t outLength, const byte *inString, size_t inLength) | 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, int length=-1) | BlockOrientedCipherModeBase | inlinevirtual |
Seek(lword pos) | StreamTransformation | inlinevirtual |
SetCipher(BlockCipher &cipher) | CipherModeBase | inline |
SetCipherWithIV(BlockCipher &cipher, const byte *iv, int feedbackSize=0) | CipherModeBase | inline |
SetKey(const byte *key, size_t length, const NameValuePairs ¶ms=g_nullNameValuePairs) | ECB_OneWay | inlinevirtual |
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 | |
StaticAlgorithmName() (defined in ECB_OneWay) | ECB_OneWay | inlinestatic |
UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms) | BlockOrientedCipherModeBase | virtual |
UNIQUE_IV enum value | SimpleKeyingInterface | |
UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
~Algorithm() (defined in Algorithm) | Algorithm | inlinevirtual |
~BlockOrientedCipherModeBase() (defined in BlockOrientedCipherModeBase) | BlockOrientedCipherModeBase | inlinevirtual |
~CipherModeBase() (defined in CipherModeBase) | CipherModeBase | inlinevirtual |
~Clonable() (defined in Clonable) | Clonable | inlinevirtual |
~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlinevirtual |
~StreamTransformation() (defined in StreamTransformation) | StreamTransformation | inlinevirtual |