| PanamaHash::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| MessageAuthenticationCode::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | [inline, virtual] |
| AssertValidKeyLength(unsigned int length) const (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [inline, protected] |
| BLOCKSIZE enum value (defined in IteratedHash< word32, NativeByteOrder, 32 >) | IteratedHash< word32, NativeByteOrder, 32 > | |
| BlockSize() const (defined in IteratedHash< word32, NativeByteOrder, 32 >) | IteratedHash< word32, NativeByteOrder, 32 > | [inline, protected, virtual] |
| ByteOrderClass typedef (defined in IteratedHashBase2< word32, NativeByteOrder, HashTransformation >) | IteratedHashBase2< word32, NativeByteOrder, HashTransformation > | |
| 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] |
| CorrectEndianess(HashWordType *out, const HashWordType *in, unsigned int byteCount) (defined in IteratedHashBase2< word32, NativeByteOrder, HashTransformation >) | IteratedHashBase2< word32, NativeByteOrder, HashTransformation > | [inline, static] |
| CreateUpdateSpace(unsigned int &size) (defined in IteratedHashBase< word32, HashTransformation >) | IteratedHashBase< word32, HashTransformation > | |
| DefaultKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| DIGESTSIZE enum value (defined in PanamaHash< B >) | PanamaHash< B > | |
| DigestSize() const | PanamaHash< B > | [inline, virtual] |
| Final(byte *digest) | HashTransformation | [inline, virtual] |
| GetBitCountHi() const (defined in IteratedHashBase< word32, HashTransformation >) | IteratedHashBase< word32, HashTransformation > | [inline, protected] |
| GetBitCountLo() const (defined in IteratedHashBase< word32, HashTransformation >) | IteratedHashBase< word32, HashTransformation > | [inline, protected] |
| GetNextIV(byte *IV) | SimpleKeyingInterface | [inline, virtual] |
| GetValidKeyLength(unsigned int n) const=0 | SimpleKeyingInterface | [pure virtual] |
| HashBlock(const HashWordType *input) (defined in IteratedHashBase2< word32, NativeByteOrder, HashTransformation >) | IteratedHashBase2< word32, NativeByteOrder, HashTransformation > | [protected] |
| HashBlock(const word32 *input)=0 (defined in IteratedHashBase< word32, HashTransformation >) | IteratedHashBase< word32, HashTransformation > | [protected, pure virtual] |
| HashMultipleBlocks(const word32 *input, unsigned int length) (defined in PanamaHash< B >) | PanamaHash< B > | [protected] |
| HashWordType typedef (defined in IteratedHashBase2< word32, NativeByteOrder, HashTransformation >) | IteratedHashBase2< word32, NativeByteOrder, HashTransformation > | |
| Init() (defined in PanamaMAC_Base< B >) | PanamaMAC_Base< B > | [inline, protected] |
| INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IsResynchronizable() const | SimpleKeyingInterface | [inline] |
| IsValidKeyLength(unsigned int n) const | SimpleKeyingInterface | [inline, virtual] |
| Iterate(unsigned int count, const word32 *p=NULL, word32 *z=NULL, const word32 *y=NULL) (defined in Panama< B >) | Panama< B > | [protected] |
| IteratedHash(unsigned int digestSize) (defined in IteratedHash< word32, NativeByteOrder, 32 >) | IteratedHash< word32, NativeByteOrder, 32 > | [inline, protected] |
| IteratedHashBase(unsigned int blockSize, unsigned int digestSize) (defined in IteratedHashBase< word32, HashTransformation >) | IteratedHashBase< word32, HashTransformation > | |
| IteratedHashBase2(unsigned int blockSize, unsigned int digestSize) (defined in IteratedHashBase2< word32, NativeByteOrder, HashTransformation >) | IteratedHashBase2< word32, NativeByteOrder, HashTransformation > | [inline] |
| IV_Requirement enum name (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IVRequirement() const=0 | SimpleKeyingInterface | [pure virtual] |
| IVSize() const | SimpleKeyingInterface | [inline, virtual] |
| m_bstart (defined in Panama< B >) | Panama< B > | [protected] |
| m_data (defined in IteratedHashBase< word32, HashTransformation >) | IteratedHashBase< word32, HashTransformation > | [protected] |
| m_digest (defined in IteratedHashBase< word32, HashTransformation >) | IteratedHashBase< word32, HashTransformation > | [protected] |
| m_key (defined in PanamaMAC_Base< B >) | PanamaMAC_Base< B > | [protected] |
| m_state (defined in Panama< B >) | Panama< B > | [protected] |
| MaxKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| MinKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
| NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| OptimalBlockSize() const (defined in IteratedHashBase< word32, HashTransformation >) | IteratedHashBase< word32, HashTransformation > | [inline] |
| PadLastBlock(unsigned int lastBlockSize, byte padFirst=0x80) (defined in IteratedHashBase< word32, HashTransformation >) | IteratedHashBase< word32, HashTransformation > | [protected] |
| PanamaHash() (defined in PanamaHash< B >) | PanamaHash< B > | [inline] |
| RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| Reset() (defined in Panama< B >) | Panama< B > | [protected] |
| Restart() (defined in IteratedHashBase< word32, HashTransformation >) | IteratedHashBase< word32, HashTransformation > | |
| Resynchronize(const byte *IV) | SimpleKeyingInterface | [inline, virtual] |
| SetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms=g_nullNameValuePairs)=0 | SimpleKeyingInterface | [pure virtual] |
| SetKeyWithIV(const byte *key, unsigned int length, const byte *iv) | SimpleKeyingInterface | |
| SetKeyWithRounds(const byte *key, unsigned int length, int rounds) | SimpleKeyingInterface | |
| Stage typedef (defined in Panama< B >) | Panama< B > | [protected] |
| STAGES enum value (defined in Panama< B >) | Panama< B > | [protected] |
| StaticAlgorithmName() (defined in PanamaMAC_Base< B >) | PanamaMAC_Base< B > | [inline, static] |
| 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] |
| ThrowIfInvalidTruncatedSize(unsigned int size) const (defined in HashTransformation) | HashTransformation | [protected] |
| TruncatedFinal(byte *hash, unsigned int size) | PanamaHash< B > | [virtual] |
| TruncatedVerify(const byte *digest, unsigned int digestLength) | HashTransformation | [virtual] |
| UncheckedSetKey(const byte *userKey, unsigned int keylength) (defined in PanamaMAC_Base< B >) | PanamaMAC_Base< B > | [inline] |
| UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| Update(const byte *input, unsigned int length) (defined in IteratedHashBase< word32, HashTransformation >) | IteratedHashBase< word32, HashTransformation > | |
| 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] |
| vTransform(const word32 *data) (defined in PanamaHash< B >) | PanamaHash< B > | [inline, protected] |
| vTransform(const HashWordType *data)=0 (defined in IteratedHashBase2< word32, NativeByteOrder, HashTransformation >) | IteratedHashBase2< word32, NativeByteOrder, HashTransformation > | [protected, pure virtual] |
| ~Clonable() (defined in Clonable) | Clonable | [inline, virtual] |