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

XMACC< T > Member List

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

Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const (defined in AlgorithmImpl< SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > >, XMACC_Base< T > >)AlgorithmImpl< SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > >, XMACC_Base< T > > [inline, virtual]
AssertValidKeyLength(unsigned int length) (defined in SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > >)SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > > [inline, protected]
AssertValidKeyLength(unsigned int length) const (defined in SimpleKeyingInterface)SimpleKeyingInterface [inline, protected]
BlockSize() const (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)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 typedef (defined in IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode >)IteratedHashBase2< 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() constSimpleKeyingInterface [inline]
CanUseRandomIVs() constSimpleKeyingInterface [inline]
CanUseStructuredIVs() constSimpleKeyingInterface [inline]
Clone() const (defined in ClonableImpl< XMACC< T >, MessageAuthenticationCodeImpl< XMACC_Base< T > > >)ClonableImpl< XMACC< T >, MessageAuthenticationCodeImpl< XMACC_Base< T > > > [inline, virtual]
CorrectEndianess(HashWordType *out, const HashWordType *in, unsigned int byteCount) (defined in IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode >)IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode > [inline, static]
CreateUpdateSpace(unsigned int &size) (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [virtual]
cryptopp_assert___LINE__ (defined in IteratedHash< T::HashWordType, T::ByteOrderClass, T::BLOCKSIZE, MessageAuthenticationCode >)IteratedHash< T::HashWordType, T::ByteOrderClass, T::BLOCKSIZE, MessageAuthenticationCode > [static]
DEFAULT_KEYLENGTH enum value (defined in FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >)FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >
DefaultKeyLength() const (defined in SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > >)SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > > [inline, virtual]
DigestSize() const =0HashTransformation [pure virtual]
Final(byte *digest)HashTransformation [inline, virtual]
GetBitCountHi() const (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, protected]
GetBitCountLo() const (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, protected]
GetIVAndThrowIfInvalid(const NameValuePairs &params) (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
GetNextIV(byte *IV)SimpleKeyingInterface [inline, virtual]
GetValidKeyLength(unsigned int n) const (defined in SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > >)SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > > [inline, virtual]
HashBlock(const HashWordType *input) (defined in IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode >)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) (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [protected, virtual]
HashWordType typedef (defined in IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode >)IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode >
Init()=0 (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [protected, pure virtual]
INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
IsResynchronizable() constSimpleKeyingInterface [inline]
IsValidKeyLength(unsigned int n) constSimpleKeyingInterface [inline, virtual]
IteratedHash() (defined in IteratedHash< T::HashWordType, T::ByteOrderClass, T::BLOCKSIZE, MessageAuthenticationCode >)IteratedHash< T::HashWordType, T::ByteOrderClass, T::BLOCKSIZE, MessageAuthenticationCode > [inline, protected]
IteratedHashBase() (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline]
IV_REQUIREMENT enum value (defined in FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >)FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >
IV_Requirement enum name (defined in SimpleKeyingInterface)SimpleKeyingInterface
IVRequirement() const (defined in SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > >)SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > > [inline, virtual]
IVSize() constSimpleKeyingInterface [inline, virtual]
KEYLENGTH enum value (defined in FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >)FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >
m_data (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [protected]
m_digest (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< 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 (defined in SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > >)SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > > [inline, 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 (defined in SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > >)SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > > [inline, virtual]
NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
OptimalBlockSize() const (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, virtual]
OptimalDataAlignment() const (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, virtual]
PadLastBlock(unsigned int lastBlockSize, byte padFirst=0x80) (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [protected]
RANDOM_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
Restart() (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [virtual]
Resynchronize(const byte *IV)SimpleKeyingInterface [inline, virtual]
SetBlockSize(unsigned int blockSize) (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, protected]
SetKey(const byte *key, unsigned int length, const NameValuePairs &params=g_nullNameValuePairs) (defined in MessageAuthenticationCodeImpl< XMACC_Base< T > >)MessageAuthenticationCodeImpl< XMACC_Base< T > > [inline, 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) (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)IteratedHashBase< T::HashWordType, MessageAuthenticationCode > [inline, protected]
StaticAlgorithmName() (defined in AlgorithmImpl< SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > >, XMACC_Base< T > >)AlgorithmImpl< SimpleKeyingInterfaceImpl< XMACC_Base< T >, XMACC_Base< T > >, XMACC_Base< T > > [inline, static]
StaticGetValidKeyLength(unsigned int) (defined in FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV >)FixedKeyLength< DigestSizeSubtract4Workaround< T >::RESULT, SimpleKeyingInterface::INTERNALLY_GENERATED_IV > [inline, static]
STRUCTURED_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
ThrowIfInvalidIV(const byte *iv) (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
ThrowIfInvalidKeyLength(const Algorithm &algorithm, unsigned int length) (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
ThrowIfInvalidTruncatedSize(unsigned int size) const (defined in HashTransformation)HashTransformation [protected]
ThrowIfResynchronizable() (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
TruncatedFinal(byte *digest, unsigned int size) (defined in IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode >)IteratedHashBase2< T::HashWordType, T::ByteOrderClass, MessageAuthenticationCode > [virtual]
TruncatedVerify(const byte *digest, unsigned int digestLength)HashTransformation [virtual]
UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
Update(const byte *input, unsigned int length) (defined in IteratedHashBase< T::HashWordType, MessageAuthenticationCode >)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() (defined in XMACC< T >)XMACC< T > [inline]
XMACC(const byte *key, word32 counter=0xffffffff) (defined in XMACC< T >)XMACC< T > [inline]
~Clonable() (defined in Clonable)Clonable [inline, virtual]


Generated on Wed Jul 21 19:16:17 2004 for Crypto++ by doxygen 1.3.7-20040704