| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | VMAC_Base | [inline, virtual] |
| AllocateBlocks() | VMAC_Base | [inline, protected] |
| AssertValidKeyLength(size_t length) const | SimpleKeyingInterface | [inline, protected] |
| BlockSize() const | VMAC_Base | [inline, virtual] |
| CalculateDigest(byte *digest, const byte *input, size_t length) | HashTransformation | [inline, virtual] |
| CalculateTruncatedDigest(byte *digest, size_t digestSize, const byte *input, size_t length) | HashTransformation | [inline, virtual] |
| CanUsePredictableIVs() const | SimpleKeyingInterface | [inline] |
| CanUseRandomIVs() const | SimpleKeyingInterface | [inline] |
| CanUseStructuredIVs() const | SimpleKeyingInterface | [inline] |
| Clone() const | Clonable | [inline, virtual] |
| CreateUpdateSpace(size_t &size) | IteratedHashBase< word64, MessageAuthenticationCode > | [virtual] |
| DataBuf() | VMAC_Base | [inline, protected, virtual] |
| DefaultKeyLength() const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline, virtual] |
| DigestSize() const | VMAC_Base | [inline, virtual] |
| Final(byte *digest) | HashTransformation | [inline, virtual] |
| GetAlgorithm() const=0 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected, pure virtual] |
| GetBitCountHi() const | IteratedHashBase< word64, MessageAuthenticationCode > | [inline, protected] |
| GetBitCountLo() const | IteratedHashBase< word64, MessageAuthenticationCode > | [inline, protected] |
| GetByteOrder() const | VMAC_Base | [inline, virtual] |
| GetCipher() const | VMAC_Base | [inline, protected] |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms) | SimpleKeyingInterface | [protected] |
| GetNextIV(RandomNumberGenerator &rng, byte *IV) | VMAC_Base | [virtual] |
| GetValidKeyLength(size_t n) const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline, virtual] |
| HashBlock(const HashWordType *input) | IteratedHashBase< word64, MessageAuthenticationCode > | [inline, protected] |
| HashEndianCorrectedBlock(const word64 *data) | VMAC_Base | [protected, virtual] |
| HashMultipleBlocks(const word64 *input, size_t length) | VMAC_Base | [protected, virtual] |
| HashWordType typedef | IteratedHashBase< word64, MessageAuthenticationCode > | |
| Init() | VMAC_Base | [inline, protected, virtual] |
| INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
| IsResynchronizable() const | SimpleKeyingInterface | [inline] |
| IsValidKeyLength(size_t n) const | SimpleKeyingInterface | [inline, virtual] |
| IteratedHashBase() | IteratedHashBase< word64, MessageAuthenticationCode > | [inline] |
| IV_Requirement enum name | SimpleKeyingInterface | |
| IVRequirement() const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline, virtual] |
| IVSize() const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline, virtual] |
| m_aggregate | VMAC_Base | [protected] |
| m_data() | VMAC_Base | [inline, protected] |
| m_dataSize() | VMAC_Base | [inline, protected] |
| m_is128 | VMAC_Base | [protected] |
| m_isFirstBlock | VMAC_Base | [protected] |
| m_L1KeyLength | VMAC_Base | [protected] |
| m_l3Key() | VMAC_Base | [inline, protected] |
| m_l3KeySize() | VMAC_Base | [inline, protected] |
| m_nhKey() | VMAC_Base | [inline, protected] |
| m_nhKeySize() | VMAC_Base | [inline, protected] |
| m_nonce() | VMAC_Base | [inline, protected] |
| m_nonceSize() | VMAC_Base | [inline, protected] |
| m_pad() | VMAC_Base | [inline, protected] |
| m_padCached | VMAC_Base | [protected] |
| m_padSize() | VMAC_Base | [inline, protected] |
| m_polyState() | VMAC_Base | [inline, protected] |
| m_polyStateSize() | VMAC_Base | [inline, protected] |
| MaxKeyLength() const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline, virtual] |
| MinKeyLength() const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline, virtual] |
| NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
| OptimalBlockSize() const | IteratedHashBase< word64, MessageAuthenticationCode > | [inline, virtual] |
| OptimalDataAlignment() const | IteratedHashBase< word64, MessageAuthenticationCode > | [inline, virtual] |
| PadLastBlock(unsigned int lastBlockSize, byte padFirst=0x80) | IteratedHashBase< word64, MessageAuthenticationCode > | [protected] |
| RANDOM_IV enum value | SimpleKeyingInterface | |
| Ref() | HashTransformation | [inline] |
| Restart() | IteratedHashBase< word64, MessageAuthenticationCode > | [virtual] |
| Resynchronize(const byte *IV) | VMAC_Base | [virtual] |
| SetKey(const byte *key, size_t length, const NameValuePairs ¶ms=g_nullNameValuePairs) | SimpleKeyingInterface | [virtual] |
| SetKeyWithIV(const byte *key, size_t length, const byte *iv) | SimpleKeyingInterface | |
| SetKeyWithRounds(const byte *key, size_t length, int rounds) | SimpleKeyingInterface | |
| SS1() | VMAC_Base | [inline, protected] |
| SS2() | VMAC_Base | [inline, protected] |
| SS3() | VMAC_Base | [inline, protected] |
| SS4() | VMAC_Base | [inline, protected] |
| SS5() | VMAC_Base | [inline, protected] |
| SS6() | VMAC_Base | [inline, protected] |
| SST() | VMAC_Base | [inline, protected] |
| StateBuf() | VMAC_Base | [inline, protected, virtual] |
| StaticAlgorithmName() | VMAC< T_BlockCipher, T_DigestBitSize > | [inline, static] |
| ThrowIfInvalidIV(const byte *iv) | SimpleKeyingInterface | [protected] |
| ThrowIfInvalidKeyLength(size_t length) | SimpleKeyingInterface | [protected] |
| ThrowIfInvalidTruncatedSize(size_t size) const | HashTransformation | [protected] |
| ThrowIfResynchronizable() | SimpleKeyingInterface | [protected] |
| TruncatedFinal(byte *mac, size_t size) | VMAC_Base | [virtual] |
| TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | [virtual] |
| UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs ¶ms) | VMAC_Base | [virtual] |
| UNIQUE_IV enum value | SimpleKeyingInterface | |
| UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
| Update(const byte *input, size_t length) | IteratedHashBase< word64, MessageAuthenticationCode > | [virtual] |
| Verify(const byte *digest) | HashTransformation | [inline, virtual] |
| VerifyDigest(const byte *digest, const byte *input, size_t length) | HashTransformation | [inline, virtual] |
| VerifyTruncatedDigest(const byte *digest, size_t digestLength, const byte *input, size_t length) | HashTransformation | [inline, virtual] |
| VHASH_Update(const word64 *data, size_t blocksRemainingInWord128) | VMAC_Base | [inline, protected] |
| VHASH_Update_SSE2(const word64 *data, size_t blocksRemainingInWord64, int tagPart) (defined in VMAC_Base) | VMAC_Base | [protected] |
| VHASH_Update_Template(const word64 *data, size_t blockRemainingInWord128) | VMAC_Base | [inline, protected] |
| ~Clonable() | Clonable | [inline, virtual] |
| ~SimpleKeyingInterface() | SimpleKeyingInterface | [inline, virtual] |