, including all inherited members.
| AlgorithmName() const (defined in VMAC_Base) | VMAC_Base | [inline] |
| AllocateBlocks() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| BlockSize() const (defined in VMAC_Base) | VMAC_Base | [inline] |
| CreateUpdateSpace(size_t &size) (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [inline] |
| DataBuf() (defined in VMAC_Base) | VMAC_Base | [inline, protected, virtual] |
| DefaultKeyLength() const (defined in SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >) | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline] |
| DigestSize() const (defined in VMAC_Base) | VMAC_Base | [inline] |
| GetBitCountHi() const (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [inline, protected] |
| GetBitCountLo() const (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [inline, protected] |
| GetByteOrder() const (defined in VMAC_Base) | VMAC_Base | [inline, virtual] |
| GetCipher() const (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| GetNextIV(RandomNumberGenerator &rng, byte *IV) (defined in VMAC_Base) | VMAC_Base | |
| GetValidKeyLength(size_t n) const (defined in SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >) | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline] |
| HashBlock(const HashWordType *input) (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [inline, protected] |
| HashEndianCorrectedBlock(const word64 *data) (defined in VMAC_Base) | VMAC_Base | [protected] |
| HashEndianCorrectedBlock(const HashWordType *data)=0 (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [protected, pure virtual] |
| HashMultipleBlocks(const word64 *input, size_t length) (defined in VMAC_Base) | VMAC_Base | [protected] |
| HashMultipleBlocks(const T *input, size_t length) (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [inline, protected, virtual] |
| HashWordType typedef (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | |
| Init() (defined in VMAC_Base) | VMAC_Base | [inline, protected, virtual] |
| IteratedHashBase() (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [inline] |
| IVRequirement() const (defined in SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >) | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline] |
| IVSize() const (defined in SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >) | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline] |
| m_aggregate (defined in VMAC_Base) | VMAC_Base | [protected] |
| m_data() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_dataSize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_is128 (defined in VMAC_Base) | VMAC_Base | [protected] |
| m_isFirstBlock (defined in VMAC_Base) | VMAC_Base | [protected] |
| m_L1KeyLength (defined in VMAC_Base) | VMAC_Base | [protected] |
| m_l3Key() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_l3KeySize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_nhKey() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_nhKeySize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_nonce() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_nonceSize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_pad() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_padCached (defined in VMAC_Base) | VMAC_Base | [protected] |
| m_padSize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_polyState() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_polyStateSize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| MaxKeyLength() const (defined in SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >) | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline] |
| MinIVLength() const (defined in VMAC_Base) | VMAC_Base | [inline] |
| MinKeyLength() const (defined in SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >) | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | [inline] |
| OptimalBlockSize() const (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [inline] |
| OptimalDataAlignment() const (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [inline] |
| PadLastBlock(unsigned int lastBlockSize, byte padFirst=0x80) (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [inline, protected] |
| Restart() (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [inline] |
| Resynchronize(const byte *nonce, int length=-1) (defined in VMAC_Base) | VMAC_Base | |
| SS1() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SS2() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SS3() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SS4() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SS5() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SS6() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SST() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| StateBuf() (defined in VMAC_Base) | VMAC_Base | [inline, protected, virtual] |
| StaticAlgorithmName() (defined in VMAC< T_BlockCipher, T_DigestBitSize >) | VMAC< T_BlockCipher, T_DigestBitSize > | [inline, static] |
| TruncatedFinal(byte *mac, size_t size) (defined in VMAC_Base) | VMAC_Base | |
| UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs ¶ms) (defined in VMAC_Base) | VMAC_Base | |
| Update(const byte *input, size_t length) (defined in IteratedHashBase< T, BASE >) | IteratedHashBase< T, BASE > | [inline] |
| VHASH_Update(const word64 *data, size_t blocksRemainingInWord128) (defined in VMAC_Base) | 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) (defined in VMAC_Base) | VMAC_Base | [inline, protected] |