|
Security Scol plugin
|
This is the complete list of members for BLAKE2s, including all inherited members.
| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | BLAKE2s | inlinevirtual |
| AlgorithmProvider() const | BLAKE2s | virtual |
| AssertValidKeyLength(size_t length) const | SimpleKeyingInterface | inlineprotected |
| BLAKE2s(bool treeMode=false, unsigned int digestSize=DIGESTSIZE) | BLAKE2s | |
| BLAKE2s(unsigned int digestSize) | BLAKE2s | |
| BLAKE2s(const byte *key, size_t keyLength, const byte *salt=NULLPTR, size_t saltLength=0, const byte *personalization=NULLPTR, size_t personalizationLength=0, bool treeMode=false, unsigned int digestSize=DIGESTSIZE) | BLAKE2s | |
| BlockSize() const | BLAKE2s | 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 |
| Compress(const byte *input) (defined in BLAKE2s) | BLAKE2s | protected |
| CreateUpdateSpace(size_t &size) | HashTransformation | inlinevirtual |
| CRYPTOPP_CONSTANT(DEFAULT_KEYLENGTH=BLAKE2s_Info::DEFAULT_KEYLENGTH) (defined in BLAKE2s) | BLAKE2s | |
| CRYPTOPP_CONSTANT(MIN_KEYLENGTH=BLAKE2s_Info::MIN_KEYLENGTH) (defined in BLAKE2s) | BLAKE2s | |
| CRYPTOPP_CONSTANT(MAX_KEYLENGTH=BLAKE2s_Info::MAX_KEYLENGTH) (defined in BLAKE2s) | BLAKE2s | |
| CRYPTOPP_CONSTANT(DIGESTSIZE=BLAKE2s_Info::DIGESTSIZE) (defined in BLAKE2s) | BLAKE2s | |
| CRYPTOPP_CONSTANT(BLOCKSIZE=BLAKE2s_Info::BLOCKSIZE) (defined in BLAKE2s) | BLAKE2s | |
| CRYPTOPP_CONSTANT(SALTSIZE=BLAKE2s_Info::SALTSIZE) (defined in BLAKE2s) | BLAKE2s | |
| CRYPTOPP_CONSTANT(PERSONALIZATIONSIZE=BLAKE2s_Info::PERSONALIZATIONSIZE) (defined in BLAKE2s) | BLAKE2s | |
| DefaultIVLength() const | SimpleKeyingInterface | inline |
| DefaultKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_Info > | inlinevirtual |
| DigestSize() const | BLAKE2s | inlinevirtual |
| Final(byte *digest) | HashTransformation | inlinevirtual |
| GetAlgorithm() const | MessageAuthenticationCode | inlineprotectedvirtual |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) | SimpleKeyingInterface | protected |
| GetNextIV(RandomNumberGenerator &rng, byte *iv) | SimpleKeyingInterface | virtual |
| GetTreeMode() const | BLAKE2s | inline |
| GetValidKeyLength(size_t keylength) const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_Info > | inlinevirtual |
| IncrementCounter(size_t count=BLOCKSIZE) (defined in BLAKE2s) | BLAKE2s | inlineprotected |
| INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
| IsResynchronizable() const | SimpleKeyingInterface | inline |
| IsValidKeyLength(size_t keylength) const | SimpleKeyingInterface | inlinevirtual |
| IV_Requirement enum name | SimpleKeyingInterface | |
| IVRequirement() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_Info > | inlinevirtual |
| IVSize() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_Info > | inlinevirtual |
| MaxIVLength() const | SimpleKeyingInterface | inlinevirtual |
| MaxKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_Info > | inlinevirtual |
| MinIVLength() const | SimpleKeyingInterface | inlinevirtual |
| MinKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_Info > | inlinevirtual |
| NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
| OptimalBlockSize() const | HashTransformation | inlinevirtual |
| OptimalDataAlignment() const | BLAKE2s | virtual |
| ParameterBlock typedef (defined in BLAKE2s) | BLAKE2s | |
| RANDOM_IV enum value | SimpleKeyingInterface | |
| Ref() | HashTransformation | inline |
| Restart() | BLAKE2s | virtual |
| Restart(const BLAKE2s_ParameterBlock &block, const word32 counter[2]) | BLAKE2s | |
| Resynchronize(const byte *iv, int ivLength=-1) | SimpleKeyingInterface | inlinevirtual |
| 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 | |
| SetTreeMode(bool mode) | BLAKE2s | inline |
| State typedef (defined in BLAKE2s) | BLAKE2s | |
| StaticAlgorithmName() (defined in BLAKE2s) | BLAKE2s | 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 *hash, size_t size) | BLAKE2s | virtual |
| TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | virtual |
| UncheckedSetKey(const byte *key, unsigned int length, const CryptoPP::NameValuePairs ¶ms) (defined in BLAKE2s) | BLAKE2s | protected |
| SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_Info >::UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms)=0 | SimpleKeyingInterface | protectedpure virtual |
| UNIQUE_IV enum value | SimpleKeyingInterface | |
| UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
| Update(const byte *input, size_t length) | BLAKE2s | 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 |
| ~BLAKE2s() (defined in BLAKE2s) | BLAKE2s | inlinevirtual |
| ~Clonable() (defined in Clonable) | Clonable | inlinevirtual |
| ~HashTransformation() (defined in HashTransformation) | HashTransformation | inlinevirtual |
| ~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlinevirtual |