Fabcoin Core  0.16.2
P2P Digital Currency
VMAC< T_BlockCipher, T_DigestBitSize > Member List

This is the complete list of members for VMAC< T_BlockCipher, T_DigestBitSize >, including all inherited members.

AccessCipher()VMAC< T_BlockCipher, T_DigestBitSize >inlineprivatevirtual
Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const VMAC_Baseinlinevirtual
AssertValidKeyLength(size_t length) const SimpleKeyingInterfaceinlineprotected
BlockSize() const VMAC_Baseinlinevirtual
CalculateDigest(byte *digest, const byte *input, size_t length)HashTransformationinlinevirtual
CalculateTruncatedDigest(byte *digest, size_t digestSize, const byte *input, size_t length)HashTransformationinlinevirtual
CanUsePredictableIVs() const SimpleKeyingInterfaceinline
CanUseRandomIVs() const SimpleKeyingInterfaceinline
CanUseStructuredIVs() const SimpleKeyingInterfaceinline
Clone() const Clonableinlinevirtual
CreateUpdateSpace(size_t &size)IteratedHashBase< word64, MessageAuthenticationCode >virtual
DataBuf()VMAC_Baseinlineprotectedvirtual
DefaultDigestSize() const VMAC< T_BlockCipher, T_DigestBitSize >inlineprivatevirtual
DefaultIVLength() const SimpleKeyingInterfaceinline
DefaultKeyLength() constSimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >inlinevirtual
DigestSize() const VMAC_Baseinlinevirtual
Final(byte *digest)HashTransformationinlinevirtual
GetAlgorithm() const MessageAuthenticationCodeinlineprotectedvirtual
GetBitCountHi() constIteratedHashBase< word64, MessageAuthenticationCode >inlineprotected
GetBitCountLo() constIteratedHashBase< word64, MessageAuthenticationCode >inlineprotected
GetByteOrder() const VMAC_Baseinlinevirtual
GetCipher() const VMAC_Baseinlineprotected
GetIVAndThrowIfInvalid(const NameValuePairs &params, size_t &size)SimpleKeyingInterfaceprotected
GetNextIV(RandomNumberGenerator &rng, byte *IV)VMAC_Basevirtual
GetValidKeyLength(size_t keylength) constSimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >inlinevirtual
HashBlock(const HashWordType *input)IteratedHashBase< word64, MessageAuthenticationCode >inlineprotected
HashEndianCorrectedBlock(const word64 *data)VMAC_Baseprotectedvirtual
HashMultipleBlocks(const word64 *input, size_t length)VMAC_Baseprotectedvirtual
HashWordType typedefIteratedHashBase< word64, MessageAuthenticationCode >
Init()VMAC_Baseinlineprotectedvirtual
INTERNALLY_GENERATED_IV enum valueSimpleKeyingInterface
IsResynchronizable() const SimpleKeyingInterfaceinline
IsValidKeyLength(size_t keylength) const SimpleKeyingInterfaceinlinevirtual
IteratedHashBase()IteratedHashBase< word64, MessageAuthenticationCode >inline
IV_Requirement enum nameSimpleKeyingInterface
IVRequirement() constSimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >inlinevirtual
IVSize() constSimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >inlinevirtual
m_cipherVMAC< T_BlockCipher, T_DigestBitSize >private
m_is128VMAC_Baseprotected
m_isFirstBlockVMAC_Baseprotected
m_L1KeyLengthVMAC_Baseprotected
m_padCachedVMAC_Baseprotected
MaxIVLength() const SimpleKeyingInterfaceinlinevirtual
MaxKeyLength() constSimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >inlinevirtual
MinIVLength() const VMAC_Baseinlinevirtual
MinKeyLength() constSimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > >inlinevirtual
NOT_RESYNCHRONIZABLE enum valueSimpleKeyingInterface
OptimalBlockSize() constIteratedHashBase< word64, MessageAuthenticationCode >inlinevirtual
OptimalDataAlignment() const VMAC_Basevirtual
PadLastBlock(unsigned int lastBlockSize, byte padFirst=0x80)IteratedHashBase< word64, MessageAuthenticationCode >protected
RANDOM_IV enum valueSimpleKeyingInterface
Ref()HashTransformationinline
Restart()IteratedHashBase< word64, MessageAuthenticationCode >virtual
Resynchronize(const byte *nonce, int length=-1)VMAC_Basevirtual
SetKey(const byte *key, size_t length, const NameValuePairs &params=g_nullNameValuePairs)SimpleKeyingInterfacevirtual
SetKeyWithIV(const byte *key, size_t length, const byte *iv, size_t ivLength)SimpleKeyingInterface
SetKeyWithIV(const byte *key, size_t length, const byte *iv)SimpleKeyingInterfaceinline
SetKeyWithRounds(const byte *key, size_t length, int rounds)SimpleKeyingInterface
StateBuf()VMAC_Baseinlineprotectedvirtual
StaticAlgorithmName()VMAC< T_BlockCipher, T_DigestBitSize >inlinestatic
TagSize() const HashTransformationinline
ThrowIfInvalidIV(const byte *iv)SimpleKeyingInterfaceprotected
ThrowIfInvalidIVLength(int length)SimpleKeyingInterfaceprotected
ThrowIfInvalidKeyLength(size_t length)SimpleKeyingInterfaceprotected
ThrowIfInvalidTruncatedSize(size_t size) const HashTransformationprotected
ThrowIfResynchronizable()SimpleKeyingInterfaceprotected
TruncatedFinal(byte *mac, size_t size)VMAC_Basevirtual
TruncatedVerify(const byte *digest, size_t digestLength)HashTransformationvirtual
UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs &params)VMAC_Basevirtual
UNIQUE_IV enum valueSimpleKeyingInterface
UNPREDICTABLE_RANDOM_IV enum valueSimpleKeyingInterface
Update(const byte *input, size_t length)IteratedHashBase< word64, MessageAuthenticationCode >virtual
Verify(const byte *digest)HashTransformationinlinevirtual
VerifyDigest(const byte *digest, const byte *input, size_t length)HashTransformationinlinevirtual
VerifyTruncatedDigest(const byte *digest, size_t digestLength, const byte *input, size_t length)HashTransformationinlinevirtual
VHASH_Update(const word64 *data, size_t blocksRemainingInWord128)VMAC_Baseinlineprotected
VHASH_Update_SSE2(const word64 *data, size_t blocksRemainingInWord64, int tagPart)VMAC_Baseprotected
VHASH_Update_Template(const word64 *data, size_t blockRemainingInWord128)VMAC_Baseprotected
~Algorithm()Algorithminlinevirtual
~Clonable()Clonableinlinevirtual
~HashTransformation()HashTransformationinlinevirtual
~SimpleKeyingInterface()SimpleKeyingInterfaceinlinevirtual