Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | AlgorithmImpl< SimpleKeyingInterfaceImpl< DMAC_Base< T >, DMAC_Base< T > >, DMAC_Base< T > > | [inline, virtual] |
AssertValidKeyLength(unsigned int length) | SimpleKeyingInterfaceImpl< DMAC_Base< T >, DMAC_Base< T > > | [inline, protected] |
DMAC_Base::AssertValidKeyLength(unsigned int length) const | SimpleKeyingInterface | [inline, protected] |
BlockSize() const | HashTransformation | [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] |
CheckedSetKey(void *, Empty empty, const byte *key, unsigned int length, const NameValuePairs ¶ms) | DMAC_Base< T > | |
Clone() const | ClonableImpl< MessageAuthenticationCodeFinal< DMAC_Base< T > >, MessageAuthenticationCodeImpl< DMAC_Base< T > > > | [inline, virtual] |
CreateUpdateSpace(unsigned int &size) | HashTransformation | [inline, virtual] |
DEFAULT_KEYLENGTH enum value (defined in SameKeyLengthAs< T >) | SameKeyLengthAs< T > | |
DefaultKeyLength() const | SimpleKeyingInterfaceImpl< DMAC_Base< T >, DMAC_Base< T > > | [inline, virtual] |
DIGESTSIZE enum value (defined in DMAC_Base< T >) | DMAC_Base< T > | |
DigestSize() const | DMAC_Base< T > | [inline, virtual] |
DMAC() | DMAC< T > | [inline] |
DMAC(const byte *key, unsigned int length=DMAC_Base< T >::DEFAULT_KEYLENGTH) | DMAC< T > | [inline] |
DMAC_Base() | DMAC_Base< T > | [inline] |
Final(byte *digest) | HashTransformation | [inline, virtual] |
GetIVAndThrowIfInvalid(const NameValuePairs ¶ms) | SimpleKeyingInterface | [protected] |
GetNextIV(byte *IV) | SimpleKeyingInterface | [inline, virtual] |
GetValidKeyLength(unsigned int n) const | SimpleKeyingInterfaceImpl< DMAC_Base< T >, DMAC_Base< T > > | [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 value (defined in SameKeyLengthAs< T >) | SameKeyLengthAs< T > | |
IV_Requirement enum name | SimpleKeyingInterface | |
IVRequirement() const | SimpleKeyingInterfaceImpl< DMAC_Base< T >, DMAC_Base< T > > | [inline, virtual] |
IVSize() const | SimpleKeyingInterface | [inline, virtual] |
MAX_KEYLENGTH enum value (defined in SameKeyLengthAs< T >) | SameKeyLengthAs< T > | |
MaxKeyLength() const | SimpleKeyingInterfaceImpl< DMAC_Base< T >, DMAC_Base< T > > | [inline, virtual] |
MessageAuthenticationCodeFinal() | MessageAuthenticationCodeFinal< DMAC_Base< T > > | [inline] |
MessageAuthenticationCodeFinal(const byte *key) | MessageAuthenticationCodeFinal< DMAC_Base< T > > | [inline] |
MessageAuthenticationCodeFinal(const byte *key, unsigned int length) | MessageAuthenticationCodeFinal< DMAC_Base< T > > | [inline] |
MIN_KEYLENGTH enum value (defined in SameKeyLengthAs< T >) | SameKeyLengthAs< T > | |
MinKeyLength() const | SimpleKeyingInterfaceImpl< DMAC_Base< T >, DMAC_Base< T > > | [inline, virtual] |
NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
OptimalBlockSize() const | HashTransformation | [inline, virtual] |
OptimalDataAlignment() const | HashTransformation | [inline, virtual] |
RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
Restart() | HashTransformation | [inline, virtual] |
Resynchronize(const byte *IV) | SimpleKeyingInterface | [inline, virtual] |
SetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms=g_nullNameValuePairs) | MessageAuthenticationCodeImpl< DMAC_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 | |
StaticAlgorithmName() | AlgorithmImpl< SimpleKeyingInterfaceImpl< DMAC_Base< T >, DMAC_Base< T > >, DMAC_Base< T > > | [inline, static] |
StaticGetValidKeyLength(unsigned int keylength) | SameKeyLengthAs< T > | [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) | DMAC_Base< T > | [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) | DMAC_Base< T > | [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] |