MessageAuthenticationCode::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
StreamTransformation::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | XChaCha20Poly1305_Base | inlinevirtual |
AlgorithmProvider() const | XChaCha20Poly1305_Base | inlinevirtual |
AuthenticatedSymmetricCipherBase() (defined in AuthenticatedSymmetricCipherBase) | AuthenticatedSymmetricCipherBase | inline |
BlockSize() const | HashTransformation | 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 |
DecryptAndVerify(byte *message, const byte *mac, size_t macSize, const byte *iv, int ivLength, const byte *aad, size_t aadLength, const byte *ciphertext, size_t ciphertextLength) | XChaCha20Poly1305_Base | virtual |
DefaultIVLength() const | SimpleKeyingInterface | inline |
DefaultKeyLength() const | XChaCha20Poly1305_Base | inlinevirtual |
DigestSize() const | XChaCha20Poly1305_Base | inlinevirtual |
EncryptAndAuthenticate(byte *ciphertext, byte *mac, size_t macSize, const byte *iv, int ivLength, const byte *aad, size_t aadLength, const byte *message, size_t messageLength) | XChaCha20Poly1305_Base | virtual |
Final(byte *digest) | HashTransformation | inlinevirtual |
GetNextIV(RandomNumberGenerator &rng, byte *iv) | SimpleKeyingInterface | virtual |
GetOptimalBlockSizeUsed() const | StreamTransformation | inlinevirtual |
GetValidKeyLength(size_t n) const | XChaCha20Poly1305_Base | inlinevirtual |
INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
IsForwardTransformation() const =0 | StreamTransformation | pure virtual |
IsLastBlockSpecial() const | StreamTransformation | inlinevirtual |
IsRandomAccess() const | AuthenticatedSymmetricCipherBase | inlinevirtual |
IsResynchronizable() const | SimpleKeyingInterface | inline |
IsSelfInverting() const | AuthenticatedSymmetricCipherBase | inlinevirtual |
IsValidKeyLength(size_t n) const | XChaCha20Poly1305_Base | inlinevirtual |
IV_Requirement enum name | SimpleKeyingInterface | |
IVRequirement() const | XChaCha20Poly1305_Base | inlinevirtual |
IVSize() const | XChaCha20Poly1305_Base | inlinevirtual |
MandatoryBlockSize() const | StreamTransformation | inlinevirtual |
MaxFooterLength() const | XChaCha20Poly1305_Base | inlinevirtual |
MaxHeaderLength() const | XChaCha20Poly1305_Base | inlinevirtual |
MaxIVLength() const | XChaCha20Poly1305_Base | inlinevirtual |
MaxKeyLength() const | XChaCha20Poly1305_Base | inlinevirtual |
MaxMessageLength() const | XChaCha20Poly1305_Base | inlinevirtual |
MinIVLength() const | XChaCha20Poly1305_Base | inlinevirtual |
MinKeyLength() const | XChaCha20Poly1305_Base | inlinevirtual |
MinLastBlockSize() const | StreamTransformation | inlinevirtual |
NeedsPrespecifiedDataLengths() const | AuthenticatedSymmetricCipher | inlinevirtual |
NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
MessageAuthenticationCode::OptimalBlockSize() const | HashTransformation | inlinevirtual |
StreamTransformation::OptimalBlockSize() const | StreamTransformation | inlinevirtual |
OptimalDataAlignment() const | XChaCha20Poly1305_Base | inlinevirtual |
ProcessByte(byte input) | StreamTransformation | inline |
ProcessData(byte *outString, const byte *inString, size_t length) | AuthenticatedSymmetricCipherBase | virtual |
ProcessLastBlock(byte *outString, size_t outLength, const byte *inString, size_t inLength) | StreamTransformation | virtual |
ProcessString(byte *inoutString, size_t length) | StreamTransformation | inline |
ProcessString(byte *outString, const byte *inString, size_t length) | StreamTransformation | inline |
RANDOM_IV enum value | SimpleKeyingInterface | |
MessageAuthenticationCode::Ref() | HashTransformation | inline |
StreamTransformation::Ref() | StreamTransformation | inline |
Restart() | AuthenticatedSymmetricCipherBase | inlinevirtual |
Resynchronize(const byte *iv, int length=-1) | AuthenticatedSymmetricCipherBase | virtual |
Seek(lword pos) | StreamTransformation | inlinevirtual |
SetKey(const byte *userKey, size_t keylength, const NameValuePairs ¶ms) | AuthenticatedSymmetricCipherBase | 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 | |
SpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength=0) | AuthenticatedSymmetricCipher | |
StaticAlgorithmName() (defined in XChaCha20Poly1305_Base) | XChaCha20Poly1305_Base | inlinestatic |
TagSize() const | HashTransformation | inline |
TruncatedFinal(byte *mac, size_t macSize) | AuthenticatedSymmetricCipherBase | virtual |
TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | virtual |
UNIQUE_IV enum value | SimpleKeyingInterface | |
UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
Update(const byte *input, size_t length) | AuthenticatedSymmetricCipherBase | 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 |
~AuthenticatedSymmetricCipher() (defined in AuthenticatedSymmetricCipher) | AuthenticatedSymmetricCipher | inlinevirtual |
~Clonable() (defined in Clonable) | Clonable | inlinevirtual |
~HashTransformation() (defined in HashTransformation) | HashTransformation | inlinevirtual |
~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlinevirtual |
~StreamTransformation() (defined in StreamTransformation) | StreamTransformation | inlinevirtual |
~XChaCha20Poly1305_Base() (defined in XChaCha20Poly1305_Base) | XChaCha20Poly1305_Base | inlinevirtual |