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

HermeticHashFunctionMAC< T_Hash, T_Info > Member List

This is the complete list of members for HermeticHashFunctionMAC< T_Hash, T_Info >, including all inherited members.

Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const (defined in AlgorithmImpl< SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >, T_Info >)AlgorithmImpl< SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >, T_Info > [inline, virtual]
AssertValidKeyLength(unsigned int length) (defined in SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >)SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > > [inline, protected]
AssertValidKeyLength(unsigned int length) const (defined in SimpleKeyingInterface)SimpleKeyingInterface [inline, protected]
BlockSize() constHermeticHashFunctionMAC< T_Hash, T_Info > [inline, virtual]
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() constClonable [inline, virtual]
CreateUpdateSpace(unsigned int &size)HashTransformation [inline, virtual]
DEFAULT_KEYLENGTH enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >)VariableKeyLength< 32, 0, UINT_MAX >
DefaultKeyLength() const (defined in SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >)SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > > [inline, virtual]
DigestSize() constHermeticHashFunctionMAC< T_Hash, T_Info > [inline, virtual]
Final(byte *digest)HashTransformation [inline, virtual]
GetIVAndThrowIfInvalid(const NameValuePairs &params) (defined in SimpleKeyingInterface)SimpleKeyingInterface [protected]
GetNextIV(byte *IV)SimpleKeyingInterface [inline, virtual]
GetValidKeyLength(unsigned int n) const (defined in SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >)SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > > [inline, virtual]
INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
IsResynchronizable() constSimpleKeyingInterface [inline]
IsValidKeyLength(unsigned int n) constSimpleKeyingInterface [inline, virtual]
IV_Requirement enum name (defined in SimpleKeyingInterface)SimpleKeyingInterface
IV_REQUIREMENT enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >)VariableKeyLength< 32, 0, UINT_MAX >
IVRequirement() const (defined in SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >)SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > > [inline, virtual]
IVSize() constSimpleKeyingInterface [inline, virtual]
KeyHash() (defined in HermeticHashFunctionMAC< T_Hash, T_Info >)HermeticHashFunctionMAC< T_Hash, T_Info > [inline, protected]
KEYLENGTH_MULTIPLE enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >)VariableKeyLength< 32, 0, UINT_MAX >
m_hash (defined in HermeticHashFunctionMAC< T_Hash, T_Info >)HermeticHashFunctionMAC< T_Hash, T_Info > [protected]
m_key (defined in HermeticHashFunctionMAC< T_Hash, T_Info >)HermeticHashFunctionMAC< T_Hash, T_Info > [protected]
m_keyed (defined in HermeticHashFunctionMAC< T_Hash, T_Info >)HermeticHashFunctionMAC< T_Hash, T_Info > [protected]
MAX_KEYLENGTH enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >)VariableKeyLength< 32, 0, UINT_MAX >
MaxKeyLength() const (defined in SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >)SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > > [inline, virtual]
MIN_KEYLENGTH enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >)VariableKeyLength< 32, 0, UINT_MAX >
MinKeyLength() const (defined in SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >)SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > > [inline, virtual]
NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
OptimalBlockSize() constHermeticHashFunctionMAC< T_Hash, T_Info > [inline, virtual]
OptimalDataAlignment() constHermeticHashFunctionMAC< T_Hash, T_Info > [inline, virtual]
RANDOM_IV enum value (defined in SimpleKeyingInterface)SimpleKeyingInterface
Restart()HermeticHashFunctionMAC< T_Hash, T_Info > [inline, virtual]
Resynchronize(const byte *IV)SimpleKeyingInterface [inline, virtual]
SetKey(const byte *key, unsigned int length, const NameValuePairs &params=g_nullNameValuePairs)HermeticHashFunctionMAC< T_Hash, T_Info > [inline, virtual]
SetKeyWithIV(const byte *key, unsigned int length, const byte *iv)SimpleKeyingInterface
SetKeyWithRounds(const byte *key, unsigned int length, int rounds)SimpleKeyingInterface
StaticAlgorithmName() (defined in AlgorithmImpl< SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >, T_Info >)AlgorithmImpl< SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >, T_Info > [inline, static]
StaticGetValidKeyLength(unsigned int n) (defined in VariableKeyLength< 32, 0, UINT_MAX >)VariableKeyLength< 32, 0, UINT_MAX > [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 digestSize)HermeticHashFunctionMAC< T_Hash, T_Info > [inline, 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)HermeticHashFunctionMAC< T_Hash, T_Info > [inline, 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]
~Clonable() (defined in Clonable)Clonable [inline, virtual]


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