TTMAC Member List

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

Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() constAlgorithmImpl< SimpleKeyingInterfaceImpl< TTMAC_Base, TTMAC_Base >, TTMAC_Base > [inline, virtual]
AssertValidKeyLength(size_t length) const SimpleKeyingInterface [inline, protected]
BlockSize() constIteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > [inline, virtual]
BLOCKSIZEIteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > [static]
ByteOrderClass typedefIteratedHash< 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() constSimpleKeyingInterface [inline]
CanUseRandomIVs() constSimpleKeyingInterface [inline]
CanUseStructuredIVs() constSimpleKeyingInterface [inline]
Clone() constClonableImpl< MessageAuthenticationCodeFinal< TTMAC_Base >, MessageAuthenticationCodeImpl< TTMAC_Base > > [inline, virtual]
CorrectEndianess(HashWordType *out, const HashWordType *in, size_t byteCount)IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > [inline, static]
CreateUpdateSpace(size_t &size)IteratedHashBase< word32, MessageAuthenticationCode > [virtual]
cryptopp_assert___LINE__IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > [static]
DataBuf()IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > [inline, protected, virtual]
DEFAULT_KEYLENGTHFixedKeyLength< 20 > [static]
DefaultKeyLength() constSimpleKeyingInterfaceImpl< TTMAC_Base, TTMAC_Base > [inline, virtual]
DIGESTSIZETTMAC_Base [static]
DigestSize() constTTMAC_Base [inline, virtual]
Final(byte *digest)HashTransformation [inline, virtual]
GetAlgorithm() const=0 (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected, pure virtual]
GetBitCountHi() constIteratedHashBase< word32, MessageAuthenticationCode > [inline, protected]
GetBitCountLo() constIteratedHashBase< word32, MessageAuthenticationCode > [inline, protected]
GetByteOrder() constIteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > [inline, virtual]
GetIVAndThrowIfInvalid(const NameValuePairs &params)SimpleKeyingInterface [protected]
GetNextIV(RandomNumberGenerator &rng, byte *IV)SimpleKeyingInterface [virtual]
GetValidKeyLength(size_t n) constSimpleKeyingInterfaceImpl< TTMAC_Base, TTMAC_Base > [inline, virtual]
HashBlock(const HashWordType *input)IteratedHashBase< word32, MessageAuthenticationCode > [inline, protected]
HashEndianCorrectedBlock(const word32 *data)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)IteratedHashBase< word32, MessageAuthenticationCode > [protected, virtual]
HashWordType typedefIteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode >
Init()TTMAC_Base [protected, virtual]
INTERNALLY_GENERATED_IV enum valueSimpleKeyingInterface
IsResynchronizable() constSimpleKeyingInterface [inline]
IsValidKeyLength(size_t n) constSimpleKeyingInterface [inline, virtual]
IteratedHashBase()IteratedHashBase< word32, MessageAuthenticationCode > [inline]
IV_LENGTHFixedKeyLength< 20 > [static]
IV_REQUIREMENTFixedKeyLength< 20 > [static]
IV_Requirement enum nameSimpleKeyingInterface
IVRequirement() constSimpleKeyingInterfaceImpl< TTMAC_Base, TTMAC_Base > [inline, virtual]
IVSize() constSimpleKeyingInterfaceImpl< TTMAC_Base, TTMAC_Base > [inline, virtual]
KEYLENGTHFixedKeyLength< 20 > [static]
m_dataIteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > [protected]
m_digestTTMAC_Base [protected]
m_keyTTMAC_Base [protected]
MAX_KEYLENGTHFixedKeyLength< 20 > [static]
MaxKeyLength() constSimpleKeyingInterfaceImpl< TTMAC_Base, TTMAC_Base > [inline, virtual]
MessageAuthenticationCodeFinal()MessageAuthenticationCodeFinal< TTMAC_Base > [inline]
MessageAuthenticationCodeFinal(const byte *key)MessageAuthenticationCodeFinal< TTMAC_Base > [inline]
MessageAuthenticationCodeFinal(const byte *key, size_t length)MessageAuthenticationCodeFinal< TTMAC_Base > [inline]
MIN_KEYLENGTHFixedKeyLength< 20 > [static]
MinKeyLength() constSimpleKeyingInterfaceImpl< TTMAC_Base, TTMAC_Base > [inline, virtual]
NOT_RESYNCHRONIZABLE enum valueSimpleKeyingInterface
OptimalBlockSize() constIteratedHashBase< word32, MessageAuthenticationCode > [inline, virtual]
OptimalDataAlignment() constIteratedHashBase< word32, MessageAuthenticationCode > [inline, virtual]
PadLastBlock(unsigned int lastBlockSize, byte padFirst=0x80)IteratedHashBase< word32, MessageAuthenticationCode > [protected]
RANDOM_IV enum valueSimpleKeyingInterface
Ref()HashTransformation [inline]
Restart()IteratedHashBase< word32, MessageAuthenticationCode > [virtual]
Resynchronize(const byte *IV)SimpleKeyingInterface [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)SimpleKeyingInterface
SetKeyWithRounds(const byte *key, size_t length, int rounds)SimpleKeyingInterface
StateBuf()TTMAC_Base [inline, protected, virtual]
StaticAlgorithmName()AlgorithmImpl< SimpleKeyingInterfaceImpl< TTMAC_Base, TTMAC_Base >, TTMAC_Base > [inline, static]
StaticGetValidKeyLength(size_t)FixedKeyLength< 20 > [inline, static]
ThrowIfInvalidIV(const byte *iv)SimpleKeyingInterface [protected]
ThrowIfInvalidKeyLength(size_t length)SimpleKeyingInterface [protected]
ThrowIfInvalidTruncatedSize(size_t size) constHashTransformation [protected]
ThrowIfResynchronizable()SimpleKeyingInterface [protected]
Transform(word32 *digest, const word32 *X, bool last)TTMAC_Base [protected, static]
TruncatedFinal(byte *mac, size_t size)TTMAC_Base [virtual]
TruncatedVerify(const byte *digest, size_t digestLength)HashTransformation [virtual]
UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs &params)TTMAC_Base [virtual]
UNIQUE_IV enum valueSimpleKeyingInterface
UNPREDICTABLE_RANDOM_IV enum valueSimpleKeyingInterface
Update(const byte *input, size_t length)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()Clonable [inline, virtual]
~SimpleKeyingInterface()SimpleKeyingInterface [inline, virtual]


Generated on Fri Jun 1 11:11:53 2007 for Crypto++ by  doxygen 1.5.2