AuthenticatedSymmetricCipher Member List

This is the complete list of members for AuthenticatedSymmetricCipher, including all inherited members.
MessageAuthenticationCode::Algorithm(bool checkSelfTestStatus=true)Algorithm
StreamTransformation::Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const =0AuthenticatedSymmetricCipher [pure virtual]
AssertValidKeyLength(size_t length) const (defined in SimpleKeyingInterface)SimpleKeyingInterface [inline, protected]
BlockSize() const HashTransformation [inline, virtual]
CalculateDigest(byte *digest, const byte *input, size_t length)HashTransformation [inline, virtual]
CalculateTruncatedDigest(byte *digest, size_t digestSize, const byte *input, size_t length)HashTransformation [inline, virtual]
CanUsePredictableIVs() const SimpleKeyingInterface [inline]
CanUseRandomIVs() const SimpleKeyingInterface [inline]
CanUseStructuredIVs() const SimpleKeyingInterface [inline]
Clone() const Clonable [inline, virtual]
CreateUpdateSpace(size_t &size)HashTransformation [inline, virtual]
DecryptAndVerify(byte *message, const byte *mac, size_t macLength, const byte *iv, int ivLength, const byte *header, size_t headerLength, const byte *ciphertext, size_t ciphertextLength)AuthenticatedSymmetricCipher [virtual]
DefaultIVLength() const SimpleKeyingInterface [inline]
DefaultKeyLength() const =0SimpleKeyingInterface [pure virtual]
DigestSize() const =0HashTransformation [pure virtual]
EncryptAndAuthenticate(byte *ciphertext, byte *mac, size_t macSize, const byte *iv, int ivLength, const byte *header, size_t headerLength, const byte *message, size_t messageLength)AuthenticatedSymmetricCipher [virtual]
Final(byte *digest)HashTransformation [inline, virtual]
GetAlgorithm() const (defined in AuthenticatedSymmetricCipher)AuthenticatedSymmetricCipher [inline, protected]
GetAlgorithm() const (defined in MessageAuthenticationCode)MessageAuthenticationCode [inline, protected]
GetAlgorithm() const =0 (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected, pure virtual]
GetIVAndThrowIfInvalid(const NameValuePairs &params, 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 =0SimpleKeyingInterface [pure virtual]
INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
IsForwardTransformation() const =0StreamTransformation [pure virtual]
IsRandomAccess() const =0StreamTransformation [pure virtual]
IsResynchronizable() const SimpleKeyingInterface [inline]
IsSelfInverting() const =0StreamTransformation [pure virtual]
IsValidKeyLength(size_t n) const SimpleKeyingInterface [inline, virtual]
IV_Requirement enum name (defined in SimpleKeyingInterface)SimpleKeyingInterface
IVRequirement() const =0SimpleKeyingInterface [pure virtual]
IVSize() const (defined in SimpleKeyingInterface)SimpleKeyingInterface [inline, virtual]
MandatoryBlockSize() const StreamTransformation [inline, virtual]
MaxFooterLength() const AuthenticatedSymmetricCipher [inline, virtual]
MaxHeaderLength() const =0AuthenticatedSymmetricCipher [pure virtual]
MaxIVLength() const SimpleKeyingInterface [inline, virtual]
MaxKeyLength() const =0SimpleKeyingInterface [pure virtual]
MaxMessageLength() const =0AuthenticatedSymmetricCipher [pure virtual]
MinIVLength() const SimpleKeyingInterface [inline, virtual]
MinKeyLength() const =0SimpleKeyingInterface [pure virtual]
MinLastBlockSize() const StreamTransformation [inline, virtual]
NeedsPrespecifiedDataLengths() const AuthenticatedSymmetricCipher [inline, virtual]
NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
MessageAuthenticationCode::OptimalBlockSize() const HashTransformation [inline, virtual]
StreamTransformation::OptimalBlockSize() const StreamTransformation [inline, virtual]
MessageAuthenticationCode::OptimalDataAlignment() const HashTransformation [virtual]
StreamTransformation::OptimalDataAlignment() const StreamTransformation [virtual]
ProcessByte(byte input)StreamTransformation [inline]
ProcessData(byte *outString, const byte *inString, size_t length)=0StreamTransformation [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
MessageAuthenticationCode::Ref()HashTransformation [inline]
StreamTransformation::Ref()StreamTransformation [inline]
Restart()HashTransformation [inline, virtual]
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 &params=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
SpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength=0)AuthenticatedSymmetricCipher
TagSize() const HashTransformation [inline]
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]
ThrowIfInvalidTruncatedSize(size_t size) const (defined in HashTransformation)HashTransformation [protected]
ThrowIfResynchronizable() (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
TruncatedFinal(byte *digest, size_t digestSize)=0HashTransformation [pure virtual]
TruncatedVerify(const byte *digest, size_t digestLength)HashTransformation [virtual]
UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)=0 (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected, pure virtual]
UncheckedSpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength) (defined in AuthenticatedSymmetricCipher)AuthenticatedSymmetricCipher [inline, protected, virtual]
UNIQUE_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
Update(const byte *input, size_t length)=0HashTransformation [pure virtual]
Verify(const byte *digest)HashTransformation [inline, virtual]
VerifyDigest(const byte *digest, const byte *input, size_t length)HashTransformation [inline, virtual]
VerifyTruncatedDigest(const byte *digest, size_t digestLength, const byte *input, size_t length)HashTransformation [inline, virtual]
~Clonable() (defined in Clonable)Clonable [inline, virtual]
~SimpleKeyingInterface() (defined in SimpleKeyingInterface)SimpleKeyingInterface [inline, virtual]