| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | [inline, virtual] |
| AssertValidKeyLength(unsigned int length) const (defined in SimpleKeyingInterface) | 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] |
| Clone() (defined in MessageAuthenticationCodeFinalTemplate< PanamaMAC_Base< B > >) | MessageAuthenticationCodeFinalTemplate< PanamaMAC_Base< B > > | [inline] |
| MessageAuthenticationCode::Clone() const | Clonable | [inline, virtual] |
| CreateUpdateSpace(unsigned int &size) | HashTransformation | [inline, virtual] |
| DefaultKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| DigestSize() const=0 | HashTransformation | [pure virtual] |
| Final(byte *digest) | HashTransformation | [inline, virtual] |
| GetNextIV(byte *IV) | SimpleKeyingInterface | [inline, virtual] |
| GetValidKeyLength(unsigned int n) const=0 | SimpleKeyingInterface | [pure 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 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IVRequirement() const=0 | SimpleKeyingInterface | [pure virtual] |
| IVSize() const | SimpleKeyingInterface | [inline, virtual] |
| MaxKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| MessageAuthenticationCodeFinalTemplate() (defined in MessageAuthenticationCodeFinalTemplate< PanamaMAC_Base< B > >) | MessageAuthenticationCodeFinalTemplate< PanamaMAC_Base< B > > | [inline] |
| MessageAuthenticationCodeFinalTemplate(const byte *key) (defined in MessageAuthenticationCodeFinalTemplate< PanamaMAC_Base< B > >) | MessageAuthenticationCodeFinalTemplate< PanamaMAC_Base< B > > | [inline] |
| MessageAuthenticationCodeFinalTemplate(const byte *key, unsigned int length) (defined in MessageAuthenticationCodeFinalTemplate< PanamaMAC_Base< B > >) | MessageAuthenticationCodeFinalTemplate< PanamaMAC_Base< B > > | [inline] |
| MinKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| OptimalBlockSize() const | HashTransformation | [inline, virtual] |
| PanamaMAC() (defined in PanamaMAC< B >) | PanamaMAC< B > | [inline] |
| PanamaMAC(const byte *key, unsigned int length=PanamaMAC_Base< B >::DEFAULT_KEYLENGTH) (defined in PanamaMAC< B >) | PanamaMAC< B > | [inline] |
| 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 ¶m=g_nullNameValuePairs) | MessageAuthenticationCodeFinalTemplate< PanamaMAC_Base< B > > | [inline, virtual] |
| SetKeyWithIV(const byte *key, unsigned int length, const byte *iv) | SimpleKeyingInterface | |
| SetKeyWithRounds(const byte *key, unsigned int length, int rounds) | SimpleKeyingInterface | |
| STRUCTURED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| ThrowIfInvalidKeyLength(const Algorithm &algorithm, unsigned int length) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| ThrowIfInvalidTruncatedSize(unsigned int size) const (defined in HashTransformation) | HashTransformation | [protected] |
| TruncatedFinal(byte *digest, unsigned int digestSize)=0 | HashTransformation | [pure 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)=0 | HashTransformation | [pure 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] |