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

XMACC_Base< T > Member List

This is the complete list of members for XMACC_Base< T >, including all inherited members.

Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const Algorithm [inline, virtual]
AssertValidKeyLength(unsigned int length) const SimpleKeyingInterface [inline, protected]
BlockSize() const IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, virtual]
BLOCKSIZE enum value (defined in IteratedHash< T::HashWordType, T::ByteOrderClass, T::BLOCKSIZE, MessageAuthenticationCode >)IteratedHash< T::HashWordType, T::ByteOrderClass, T::BLOCKSIZE, MessageAuthenticationCode >
ByteOrderClass typedefIteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode >
CalculateDigest(byte *digest, const byte *input, unsigned int length)HashTransformation [inline, virtual]
CalculateTruncatedDigest(byte *digest, unsigned int digestSize, const byte *input, unsigned int length)HashTransformation [inline, virtual]
CanUsePredictableIVs() const SimpleKeyingInterface [inline]
CanUseRandomIVs() const SimpleKeyingInterface [inline]
CanUseStructuredIVs() const SimpleKeyingInterface [inline]
CheckedSetKey(void *, Empty empty, const byte *key, unsigned int length, const NameValuePairs &params)XMACC_Base< T >
Clone() const Clonable [inline, virtual]
CorrectEndianess(HashWordType *out, const HashWordType *in, unsigned int byteCount)IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode > [inline, static]
CreateUpdateSpace(unsigned int &size)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [virtual]
cryptopp_assert___LINE__IteratedHash< T::HashWordType, T::ByteOrderClass, T::BLOCKSIZE, MessageAuthenticationCode > [static]
CurrentCounter() const XMACC_Base< T > [inline]
DEFAULT_KEYLENGTH enum value (defined in FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >)FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >
DefaultKeyLength() const =0SimpleKeyingInterface [pure virtual]
DigestSize() const XMACC_Base< T > [inline, virtual]
DIGESTSIZE enum value (defined in XMACC_Base< T >)XMACC_Base< T >
Final(byte *digest)HashTransformation [inline, virtual]
GetBitCountHi() const IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, protected]
GetBitCountLo() const IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, protected]
GetIVAndThrowIfInvalid(const NameValuePairs &params)SimpleKeyingInterface [protected]
GetNextIV(byte *IV)XMACC_Base< T > [inline, virtual]
GetValidKeyLength(unsigned int n) const =0SimpleKeyingInterface [pure virtual]
HashBlock(const HashWordType *input)IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode > [protected]
HashBlock(const T::HashWordType *input)=0 (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [protected, pure virtual]
HashEndianCorrectedBlock(const HashWordType *data)=0 (defined in IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode >)IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode > [protected, pure virtual]
HashMultipleBlocks(const T::HashWordType *input, unsigned int length)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [protected, virtual]
HashWordType typedefXMACC_Base< T >
INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
IsResynchronizable() const SimpleKeyingInterface [inline]
IsValidKeyLength(unsigned int n) const SimpleKeyingInterface [inline, virtual]
IteratedHash()IteratedHash< T::HashWordType, T::ByteOrderClass, T::BLOCKSIZE, MessageAuthenticationCode > [inline, protected]
IteratedHashBase()IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline]
IV_Requirement enum nameSimpleKeyingInterface
IV_REQUIREMENT enum value (defined in FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >)FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >
IVRequirement() const =0SimpleKeyingInterface [pure virtual]
IVSize() const XMACC_Base< T > [inline, virtual]
KEYLENGTH enum value (defined in FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >)FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >
m_dataIteratedHashBase< T::HashWordType, MessageAuthenticationCode > [protected]
m_digestIteratedHashBase< T::HashWordType, MessageAuthenticationCode > [protected]
MAX_KEYLENGTH enum value (defined in FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >)FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >
MaxKeyLength() const =0SimpleKeyingInterface [pure virtual]
MIN_KEYLENGTH enum value (defined in FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >)FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >
MinKeyLength() const =0SimpleKeyingInterface [pure virtual]
NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
OptimalBlockSize() const IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, virtual]
OptimalDataAlignment() const IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, virtual]
PadLastBlock(unsigned int lastBlockSize, byte padFirst=0x80)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [protected]
RANDOM_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
Restart()IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [virtual]
Resynchronize(const byte *IV)XMACC_Base< T > [inline, virtual]
SetBlockSize(unsigned int blockSize)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, protected]
SetKey(const byte *key, unsigned int length, const NameValuePairs &params=g_nullNameValuePairs)=0SimpleKeyingInterface [pure virtual]
SetKeyWithIV(const byte *key, unsigned int length, const byte *iv)SimpleKeyingInterface
SetKeyWithRounds(const byte *key, unsigned int length, int rounds)SimpleKeyingInterface
SetStateSize(unsigned int stateSize)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, protected]
StaticAlgorithmName()XMACC_Base< T > [inline, static]
StaticGetValidKeyLength(unsigned int)FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV > [inline, static]
STRUCTURED_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
ThrowIfInvalidIV(const byte *iv)SimpleKeyingInterface [protected]
ThrowIfInvalidKeyLength(const Algorithm &algorithm, unsigned int length)SimpleKeyingInterface [protected]
ThrowIfInvalidTruncatedSize(unsigned int size) const HashTransformation [protected]
ThrowIfResynchronizable()SimpleKeyingInterface [protected]
TruncatedFinal(byte *mac, unsigned int size)XMACC_Base< T > [virtual]
TruncatedVerify(const byte *mac, unsigned int length)XMACC_Base< T > [virtual]
UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
Update(const byte *input, unsigned int length)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [virtual]
Verify(const byte *digest)HashTransformation [inline, virtual]
VerifyDigest(const byte *digest, const byte *input, unsigned int length)HashTransformation [inline, virtual]
VerifyTruncatedDigest(const byte *digest, unsigned int digestLength, const byte *input, unsigned int length)HashTransformation [inline, virtual]
XMACC_Base()XMACC_Base< T > [inline]
~Clonable()Clonable [inline, virtual]


Generated on Sun Jul 3 00:21:14 2005 for Crypto++ by  doxygen 1.4.3-20050530