Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

TTMAC_Base Member List

This is the complete list of members for TTMAC_Base, including all inherited members.

Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const Algorithm [inline, virtual]
AssertValidKeyLength(size_t length) const (defined in SimpleKeyingInterface)SimpleKeyingInterface [inline, protected]
BLOCKSIZE enum value (defined in IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode >)IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode >
BlockSize() const (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [inline, virtual]
ByteOrderClass typedef (defined in IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode >)IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode >
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]
CorrectEndianess(HashWordType *out, const HashWordType *in, size_t byteCount) (defined in IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode >)IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > [inline, static]
CreateUpdateSpace(size_t &size) (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [virtual]
cryptopp_assert___LINE__ (defined in IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode >)IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > [static]
DEFAULT_KEYLENGTH enum value (defined in FixedKeyLength< 20 >)FixedKeyLength< 20 >
DefaultKeyLength() const =0SimpleKeyingInterface [pure virtual]
DIGESTSIZE enum value (defined in TTMAC_Base)TTMAC_Base
DigestSize() const TTMAC_Base [inline, virtual]
Final(byte *digest)HashTransformation [inline, virtual]
GetBitCountHi() const (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [inline, protected]
GetBitCountLo() const (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [inline, protected]
GetByteOrder() const (defined in IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode >)IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > [inline, virtual]
GetIVAndThrowIfInvalid(const NameValuePairs &params) (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
GetNextIV(byte *IV)SimpleKeyingInterface [inline, virtual]
GetValidKeyLength(size_t n) const =0SimpleKeyingInterface [pure virtual]
HashBlock(const HashWordType *input) (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [inline, protected]
HashEndianCorrectedBlock(const word32 *data) (defined in TTMAC_Base)TTMAC_Base [inline, protected]
HashEndianCorrectedBlock(const HashWordType *data)=0 (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [protected, pure virtual]
HashMultipleBlocks(const word32 *input, size_t length) (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [protected, virtual]
HashWordType typedef (defined in IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode >)IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode >
Init() (defined in TTMAC_Base)TTMAC_Base [protected, virtual]
INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
IsResynchronizable() const SimpleKeyingInterface [inline]
IsValidKeyLength(size_t n) const SimpleKeyingInterface [inline, virtual]
IteratedHash() (defined in IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode >)IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > [inline, protected]
IteratedHashBase() (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [inline]
IV_REQUIREMENT enum value (defined in FixedKeyLength< 20 >)FixedKeyLength< 20 >
IV_Requirement enum name (defined in SimpleKeyingInterface)SimpleKeyingInterface
IVRequirement() const =0SimpleKeyingInterface [pure virtual]
IVSize() const SimpleKeyingInterface [inline, virtual]
KEYLENGTH enum value (defined in FixedKeyLength< 20 >)FixedKeyLength< 20 >
m_data (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [protected]
m_digest (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [protected]
m_key (defined in TTMAC_Base)TTMAC_Base [protected]
MAX_KEYLENGTH enum value (defined in FixedKeyLength< 20 >)FixedKeyLength< 20 >
MaxKeyLength() const =0SimpleKeyingInterface [pure virtual]
MIN_KEYLENGTH enum value (defined in FixedKeyLength< 20 >)FixedKeyLength< 20 >
MinKeyLength() const =0SimpleKeyingInterface [pure virtual]
NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
OptimalBlockSize() const (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [inline, virtual]
OptimalDataAlignment() const (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [inline, virtual]
PadLastBlock(unsigned int lastBlockSize, byte padFirst=0x80) (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [protected]
RANDOM_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
Restart() (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [virtual]
Resynchronize(const byte *IV)SimpleKeyingInterface [inline, virtual]
SetBlockSize(unsigned int blockSize) (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [inline, protected]
SetKey(const byte *key, size_t length, const NameValuePairs &params=g_nullNameValuePairs)=0SimpleKeyingInterface [pure virtual]
SetKeyWithIV(const byte *key, size_t length, const byte *iv)SimpleKeyingInterface
SetKeyWithRounds(const byte *key, size_t length, int rounds)SimpleKeyingInterface
SetStateSize(unsigned int stateSize) (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [inline, protected]
StaticAlgorithmName() (defined in TTMAC_Base)TTMAC_Base [inline, static]
StaticGetValidKeyLength(size_t) (defined in FixedKeyLength< 20 >)FixedKeyLength< 20 > [inline, static]
STRUCTURED_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
ThrowIfInvalidIV(const byte *iv) (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
ThrowIfInvalidKeyLength(const Algorithm &algorithm, size_t length) (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
ThrowIfInvalidTruncatedSize(size_t size) const (defined in HashTransformation)HashTransformation [protected]
ThrowIfResynchronizable() (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
Transform(word32 *digest, const word32 *X, bool last) (defined in TTMAC_Base)TTMAC_Base [protected, static]
TruncatedFinal(byte *mac, size_t size)TTMAC_Base [virtual]
TruncatedVerify(const byte *digest, size_t digestLength)HashTransformation [virtual]
TTMAC_Base() (defined in TTMAC_Base)TTMAC_Base [inline]
UncheckedSetKey(const byte *userKey, unsigned int keylength) (defined in TTMAC_Base)TTMAC_Base
UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
Update(const byte *input, size_t length) (defined in IteratedHashBase< word32, MessageAuthenticationCode >)IteratedHashBase< word32, MessageAuthenticationCode > [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]
~HashTransformation() (defined in HashTransformation)HashTransformation [inline, virtual]


Generated on Tue Aug 16 08:38:55 2005 for Crypto++ by  doxygen 1.3.9.1