Security Scol plugin
Poly1305_Base< T > Member List

This is the complete list of members for Poly1305_Base< T >, including all inherited members.

Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() constAlgorithminlinevirtual
AlgorithmProvider() constPoly1305_Base< T >virtual
AssertValidKeyLength(size_t length) constSimpleKeyingInterfaceinlineprotected
BlockSize() constPoly1305_Base< T >inlinevirtual
CalculateDigest(byte *digest, const byte *input, size_t length)HashTransformationinlinevirtual
CalculateTruncatedDigest(byte *digest, size_t digestSize, const byte *input, size_t length)HashTransformationinlinevirtual
CanUsePredictableIVs() constSimpleKeyingInterfaceinline
CanUseRandomIVs() constSimpleKeyingInterfaceinline
CanUseStructuredIVs() constSimpleKeyingInterfaceinline
Clone() constClonableinlinevirtual
CreateUpdateSpace(size_t &size)HashTransformationinlinevirtual
CRYPTOPP_CONSTANT(DIGESTSIZE=T::BLOCKSIZE) (defined in Poly1305_Base< T >)Poly1305_Base< T >
CRYPTOPP_CONSTANT(BLOCKSIZE=T::BLOCKSIZE) (defined in Poly1305_Base< T >)Poly1305_Base< T >
FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >::CRYPTOPP_CONSTANT(KEYLENGTH=N)FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >
FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >::CRYPTOPP_CONSTANT(MIN_KEYLENGTH=N)FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >
FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >::CRYPTOPP_CONSTANT(MAX_KEYLENGTH=N)FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >
FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >::CRYPTOPP_CONSTANT(DEFAULT_KEYLENGTH=N)FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >
FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >::CRYPTOPP_CONSTANT(IV_REQUIREMENT=IV_REQ)FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >
FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >::CRYPTOPP_CONSTANT(IV_LENGTH=IV_L)FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >
DefaultIVLength() constSimpleKeyingInterfaceinline
DefaultKeyLength() const =0SimpleKeyingInterfacepure virtual
DigestSize() constPoly1305_Base< T >inlinevirtual
Final(byte *digest)HashTransformationinlinevirtual
GetAlgorithm() constMessageAuthenticationCodeinlineprotectedvirtual
GetIVAndThrowIfInvalid(const NameValuePairs &params, size_t &size)SimpleKeyingInterfaceprotected
GetNextIV(RandomNumberGenerator &rng, byte *iv)Poly1305_Base< T >virtual
GetValidKeyLength(size_t keylength) const =0SimpleKeyingInterfacepure virtual
HashBlocks(const byte *input, size_t length, word32 padbit) (defined in Poly1305_Base< T >)Poly1305_Base< T >protected
HashFinal(byte *mac, size_t length) (defined in Poly1305_Base< T >)Poly1305_Base< T >protected
INTERNALLY_GENERATED_IV enum valueSimpleKeyingInterface
IsResynchronizable() constSimpleKeyingInterfaceinline
IsValidKeyLength(size_t keylength) constSimpleKeyingInterfaceinlinevirtual
IV_Requirement enum nameSimpleKeyingInterface
IVRequirement() const =0SimpleKeyingInterfacepure virtual
IVSize() constSimpleKeyingInterfaceinlinevirtual
m_acc (defined in Poly1305_Base< T >)Poly1305_Base< T >protected
m_cipher (defined in Poly1305_Base< T >)Poly1305_Base< T >protected
m_h (defined in Poly1305_Base< T >)Poly1305_Base< T >protected
m_idx (defined in Poly1305_Base< T >)Poly1305_Base< T >protected
m_n (defined in Poly1305_Base< T >)Poly1305_Base< T >protected
m_nk (defined in Poly1305_Base< T >)Poly1305_Base< T >protected
m_r (defined in Poly1305_Base< T >)Poly1305_Base< T >protected
m_used (defined in Poly1305_Base< T >)Poly1305_Base< T >protected
MaxIVLength() constSimpleKeyingInterfaceinlinevirtual
MaxKeyLength() const =0SimpleKeyingInterfacepure virtual
MinIVLength() constSimpleKeyingInterfaceinlinevirtual
MinKeyLength() const =0SimpleKeyingInterfacepure virtual
NOT_RESYNCHRONIZABLE enum valueSimpleKeyingInterface
OptimalBlockSize() constHashTransformationinlinevirtual
OptimalDataAlignment() constHashTransformationvirtual
Poly1305_Base() (defined in Poly1305_Base< T >)Poly1305_Base< T >inline
RANDOM_IV enum valueSimpleKeyingInterface
Ref()HashTransformationinline
Restart()Poly1305_Base< T >virtual
Resynchronize(const byte *iv, int ivLength=-1)Poly1305_Base< T >virtual
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
StaticAlgorithmName() (defined in Poly1305_Base< T >)Poly1305_Base< T >inlinestatic
StaticGetValidKeyLength(size_t keylength)FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 16 >inline
TagSize() constHashTransformationinline
ThrowIfInvalidIV(const byte *iv)SimpleKeyingInterfaceprotected
ThrowIfInvalidIVLength(int length)SimpleKeyingInterfaceprotected
ThrowIfInvalidKeyLength(size_t length)SimpleKeyingInterfaceprotected
ThrowIfInvalidTruncatedSize(size_t size) constHashTransformationprotected
ThrowIfResynchronizable()SimpleKeyingInterfaceprotected
TruncatedFinal(byte *mac, size_t size)Poly1305_Base< T >virtual
TruncatedVerify(const byte *digest, size_t digestLength)HashTransformationvirtual
UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)Poly1305_Base< T >virtual
UNIQUE_IV enum valueSimpleKeyingInterface
UNPREDICTABLE_RANDOM_IV enum valueSimpleKeyingInterface
Update(const byte *input, size_t length)Poly1305_Base< T >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
~Algorithm() (defined in Algorithm)Algorithminlinevirtual
~Clonable() (defined in Clonable)Clonableinlinevirtual
~HashTransformation() (defined in HashTransformation)HashTransformationinlinevirtual
~Poly1305_Base() (defined in Poly1305_Base< T >)Poly1305_Base< T >inlinevirtual
~SimpleKeyingInterface() (defined in SimpleKeyingInterface)SimpleKeyingInterfaceinlinevirtual