Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | AlgorithmImpl< SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >, PanamaHash< B > > | [inline, virtual] |
AssertValidKeyLength(unsigned int length) | SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > > | [inline, protected] |
TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > >::AssertValidKeyLength(unsigned int length) const | SimpleKeyingInterface | [inline, protected] |
BlockSize() const | HermeticHashFunctionMAC< PanamaHash< B > > | [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() const | SimpleKeyingInterface | [inline] |
CanUseRandomIVs() const | SimpleKeyingInterface | [inline] |
CanUseStructuredIVs() const | SimpleKeyingInterface | [inline] |
Clone() const | Clonable | [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 | SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > > | [inline, virtual] |
DigestSize() const | HermeticHashFunctionMAC< PanamaHash< B > > | [inline, virtual] |
Final(byte *digest) | HashTransformation | [inline, virtual] |
GetIVAndThrowIfInvalid(const NameValuePairs ¶ms) | SimpleKeyingInterface | [protected] |
GetNextIV(byte *IV) | SimpleKeyingInterface | [inline, virtual] |
GetValidKeyLength(unsigned int n) const | SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > > | [inline, virtual] |
INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
IsResynchronizable() const | SimpleKeyingInterface | [inline] |
IsValidKeyLength(unsigned int n) const | SimpleKeyingInterface | [inline, virtual] |
IV_Requirement enum name | SimpleKeyingInterface | |
IV_REQUIREMENT enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >) | VariableKeyLength< 32, 0, UINT_MAX > | |
IVRequirement() const | SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > > | [inline, virtual] |
IVSize() const | SimpleKeyingInterface | [inline, virtual] |
KeyHash() | HermeticHashFunctionMAC< PanamaHash< B > > | [inline, protected] |
KEYLENGTH_MULTIPLE enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >) | VariableKeyLength< 32, 0, UINT_MAX > | |
m_hash | HermeticHashFunctionMAC< PanamaHash< B > > | [protected] |
m_key | HermeticHashFunctionMAC< PanamaHash< B > > | [protected] |
m_keyed | HermeticHashFunctionMAC< PanamaHash< B > > | [protected] |
MAX_KEYLENGTH enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >) | VariableKeyLength< 32, 0, UINT_MAX > | |
MaxKeyLength() const | 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 | SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > > | [inline, virtual] |
NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
OptimalBlockSize() const | HermeticHashFunctionMAC< PanamaHash< B > > | [inline, virtual] |
OptimalDataAlignment() const | HermeticHashFunctionMAC< PanamaHash< B > > | [inline, virtual] |
PanamaMAC() | PanamaMAC< B > | [inline] |
PanamaMAC(const byte *key, unsigned int length) | PanamaMAC< B > | [inline] |
RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
Restart() | HermeticHashFunctionMAC< PanamaHash< B > > | [inline, virtual] |
Resynchronize(const byte *IV) | SimpleKeyingInterface | [inline, virtual] |
SetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms=g_nullNameValuePairs) | HermeticHashFunctionMAC< PanamaHash< B > > | [inline, virtual] |
SetKeyWithIV(const byte *key, unsigned int length, const byte *iv) | SimpleKeyingInterface | |
SetKeyWithRounds(const byte *key, unsigned int length, int rounds) | SimpleKeyingInterface | |
StaticAlgorithmName() | AlgorithmImpl< SimpleKeyingInterfaceImpl< TwoBases< MessageAuthenticationCode, VariableKeyLength< 32, 0, UINT_MAX > > >, PanamaHash< B > > | [inline, static] |
StaticGetValidKeyLength(unsigned int n) | VariableKeyLength< 32, 0, UINT_MAX > | [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 *digest, unsigned int digestSize) | HermeticHashFunctionMAC< PanamaHash< B > > | [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< PanamaHash< B > > | [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() | Clonable | [inline, virtual] |