| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | inlinevirtual |
| AlgorithmProvider() const | Poly1305_Base< T > | virtual |
| AssertValidKeyLength(size_t length) const | SimpleKeyingInterface | inlineprotected |
| BlockSize() const | Poly1305_Base< T > | inlinevirtual |
| CalculateDigest(byte *digest, const byte *input, size_t length) | HashTransformation | inlinevirtual |
| CalculateTruncatedDigest(byte *digest, size_t digestSize, const byte *input, size_t length) | HashTransformation | inlinevirtual |
| CanUsePredictableIVs() const | SimpleKeyingInterface | inline |
| CanUseRandomIVs() const | SimpleKeyingInterface | inline |
| CanUseStructuredIVs() const | SimpleKeyingInterface | inline |
| Clone() const | Clonable | inlinevirtual |
| CreateUpdateSpace(size_t &size) | HashTransformation | inlinevirtual |
| 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() const | SimpleKeyingInterface | inline |
| DefaultKeyLength() const =0 | SimpleKeyingInterface | pure virtual |
| DigestSize() const | Poly1305_Base< T > | inlinevirtual |
| Final(byte *digest) | HashTransformation | inlinevirtual |
| GetAlgorithm() const | MessageAuthenticationCode | inlineprotectedvirtual |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) | SimpleKeyingInterface | protected |
| GetNextIV(RandomNumberGenerator &rng, byte *iv) | Poly1305_Base< T > | virtual |
| GetValidKeyLength(size_t keylength) const =0 | SimpleKeyingInterface | pure 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 value | SimpleKeyingInterface | |
| IsResynchronizable() const | SimpleKeyingInterface | inline |
| IsValidKeyLength(size_t keylength) const | SimpleKeyingInterface | inlinevirtual |
| IV_Requirement enum name | SimpleKeyingInterface | |
| IVRequirement() const =0 | SimpleKeyingInterface | pure virtual |
| IVSize() const | SimpleKeyingInterface | inlinevirtual |
| 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() const | SimpleKeyingInterface | inlinevirtual |
| MaxKeyLength() const =0 | SimpleKeyingInterface | pure virtual |
| MinIVLength() const | SimpleKeyingInterface | inlinevirtual |
| MinKeyLength() const =0 | SimpleKeyingInterface | pure virtual |
| NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
| OptimalBlockSize() const | HashTransformation | inlinevirtual |
| OptimalDataAlignment() const | HashTransformation | virtual |
| Poly1305_Base() (defined in Poly1305_Base< T >) | Poly1305_Base< T > | inline |
| RANDOM_IV enum value | SimpleKeyingInterface | |
| Ref() | HashTransformation | inline |
| 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 ¶ms=g_nullNameValuePairs) | SimpleKeyingInterface | virtual |
| SetKeyWithIV(const byte *key, size_t length, const byte *iv, size_t ivLength) | SimpleKeyingInterface | |
| SetKeyWithIV(const byte *key, size_t length, const byte *iv) | SimpleKeyingInterface | inline |
| 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() const | HashTransformation | inline |
| ThrowIfInvalidIV(const byte *iv) | SimpleKeyingInterface | protected |
| ThrowIfInvalidIVLength(int length) | SimpleKeyingInterface | protected |
| ThrowIfInvalidKeyLength(size_t length) | SimpleKeyingInterface | protected |
| ThrowIfInvalidTruncatedSize(size_t size) const | HashTransformation | protected |
| ThrowIfResynchronizable() | SimpleKeyingInterface | protected |
| TruncatedFinal(byte *mac, size_t size) | Poly1305_Base< T > | virtual |
| TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | virtual |
| UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms) | Poly1305_Base< T > | virtual |
| UNIQUE_IV enum value | SimpleKeyingInterface | |
| UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
| Update(const byte *input, size_t length) | Poly1305_Base< T > | virtual |
| Verify(const byte *digest) | HashTransformation | inlinevirtual |
| VerifyDigest(const byte *digest, const byte *input, size_t length) | HashTransformation | inlinevirtual |
| VerifyTruncatedDigest(const byte *digest, size_t digestLength, const byte *input, size_t length) | HashTransformation | inlinevirtual |
| ~Algorithm() (defined in Algorithm) | Algorithm | inlinevirtual |
| ~Clonable() (defined in Clonable) | Clonable | inlinevirtual |
| ~HashTransformation() (defined in HashTransformation) | HashTransformation | inlinevirtual |
| ~Poly1305_Base() (defined in Poly1305_Base< T >) | Poly1305_Base< T > | inlinevirtual |
| ~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlinevirtual |