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] |
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) | HashTransformation | [inline, virtual] |
DEFAULT_KEYLENGTH enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >) | VariableKeyLength< 32, 0, UINT_MAX > | |
DefaultKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
DIGESTSIZE enum value (defined in PanamaHash< B >) | PanamaHash< B > | |
DigestSize() const (defined in PanamaHash< B >) | PanamaHash< B > | [inline] |
MessageAuthenticationCode::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] |
HashBlock(const HashWordType *input) (defined in IteratedHashBase2< word32, NativeByteOrder, HashTransformation >) | IteratedHashBase2< word32, NativeByteOrder, HashTransformation > | [protected] |
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] |
IteratedHashBase2(unsigned int blockSize, unsigned int digestSize) (defined in IteratedHashBase2< word32, NativeByteOrder, HashTransformation >) | IteratedHashBase2< word32, NativeByteOrder, HashTransformation > | [inline] |
IV_REQUIREMENT enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >) | VariableKeyLength< 32, 0, UINT_MAX > | |
IV_Requirement enum name (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
IVRequirement() const=0 | SimpleKeyingInterface | [pure virtual] |
IVSize() const | SimpleKeyingInterface | [inline, virtual] |
KEYLENGTH_MULTIPLE enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >) | VariableKeyLength< 32, 0, UINT_MAX > | |
m_bstart (defined in Panama< B >) | Panama< B > | [protected] |
m_key (defined in PanamaMAC_Base< B >) | PanamaMAC_Base< B > | [protected] |
m_state (defined in Panama< B >) | Panama< B > | [protected] |
MAX_KEYLENGTH enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >) | VariableKeyLength< 32, 0, UINT_MAX > | |
MaxKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
MIN_KEYLENGTH enum value (defined in VariableKeyLength< 32, 0, UINT_MAX >) | VariableKeyLength< 32, 0, UINT_MAX > | |
MinKeyLength() const=0 | SimpleKeyingInterface | [pure virtual] |
NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
OptimalBlockSize() const | HashTransformation | [inline, virtual] |
OptimalDataAlignment() const | HashTransformation | [inline, virtual] |
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() | HashTransformation | [inline, virtual] |
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] |
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 | |
ThrowIfInvalidKeyLength(const Algorithm &algorithm, unsigned int length) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
ThrowIfInvalidTruncatedSize(unsigned int size) const (defined in HashTransformation) | HashTransformation | [protected] |
TruncatedFinal(byte *hash, unsigned int size) (defined in PanamaHash< B >) | PanamaHash< B > | |
MessageAuthenticationCode::TruncatedFinal(byte *digest, unsigned int digestSize)=0 | HashTransformation | [pure 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)=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] |
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] |