Fabcoin Core  0.16.2
P2P Digital Currency
GCM_Final< T_BlockCipher, T_TablesOption, T_IsEncryption > Member List

This is the complete list of members for GCM_Final< T_BlockCipher, T_TablesOption, T_IsEncryption >, including all inherited members.

AccessBlockCipher()GCM_Final< T_BlockCipher, T_TablesOption, T_IsEncryption >inlineprivatevirtual
AccessSymmetricCipher()GCM_Baseinlineprotectedvirtual
MessageAuthenticationCode::Algorithm(bool checkSelfTestStatus=true)Algorithm
StreamTransformation::Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const GCM_Baseinlinevirtual
AssertValidKeyLength(size_t length) const SimpleKeyingInterfaceinlineprotected
AuthenticateBlocks(const byte *data, size_t len)GCM_Baseprotectedvirtual
AuthenticateData(const byte *data, size_t len)AuthenticatedSymmetricCipherBaseprotected
AuthenticatedSymmetricCipherBase()AuthenticatedSymmetricCipherBaseinline
AuthenticateLastConfidentialBlock()GCM_Baseprotectedvirtual
AuthenticateLastFooterBlock(byte *mac, size_t macSize)GCM_Baseprotectedvirtual
AuthenticateLastHeaderBlock()GCM_Baseprotectedvirtual
AuthenticationBlockSize() const GCM_Baseinlineprotectedvirtual
AuthenticationIsOnPlaintext() const GCM_Baseinlineprotectedvirtual
BlockSize() const HashTransformationinlinevirtual
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)HashTransformationinlinevirtual
DecryptAndVerify(byte *message, const byte *mac, size_t macLength, const byte *iv, int ivLength, const byte *header, size_t headerLength, const byte *ciphertext, size_t ciphertextLength)AuthenticatedSymmetricCiphervirtual
DefaultIVLength() const SimpleKeyingInterfaceinline
DefaultKeyLength() const GCM_Baseinlinevirtual
DigestSize() const GCM_Baseinlinevirtual
EncryptAndAuthenticate(byte *ciphertext, byte *mac, size_t macSize, const byte *iv, int ivLength, const byte *header, size_t headerLength, const byte *message, size_t messageLength)AuthenticatedSymmetricCiphervirtual
Final(byte *digest)HashTransformationinlinevirtual
GetAlgorithm() const AuthenticatedSymmetricCipherinlineprotectedvirtual
GetBlockCipher() const GCM_Baseinlineprotected
GetIVAndThrowIfInvalid(const NameValuePairs &params, size_t &size)SimpleKeyingInterfaceprotected
GetNextIV(RandomNumberGenerator &rng, byte *iv)SimpleKeyingInterfacevirtual
GetOptimalBlockSizeUsed() const StreamTransformationinlinevirtual
GetSymmetricCipher() const AuthenticatedSymmetricCipherBaseinlineprotected
GetTablesOption() const GCM_Final< T_BlockCipher, T_TablesOption, T_IsEncryption >inlineprivatevirtual
GetValidKeyLength(size_t n) const GCM_Baseinlinevirtual
HASH_BLOCKSIZE enum valueGCM_Baseprotected
HashBuffer()GCM_Baseinlineprotected
HashKey()GCM_Baseinlineprotected
INTERNALLY_GENERATED_IV enum valueSimpleKeyingInterface
IsForwardTransformation() const GCM_Final< T_BlockCipher, T_TablesOption, T_IsEncryption >inlinevirtual
IsRandomAccess() const AuthenticatedSymmetricCipherBaseinlinevirtual
IsResynchronizable() const SimpleKeyingInterfaceinline
IsSelfInverting() const AuthenticatedSymmetricCipherBaseinlinevirtual
IsValidKeyLength(size_t n) const GCM_Baseinlinevirtual
IV_Requirement enum nameSimpleKeyingInterface
IVRequirement() const GCM_Baseinlinevirtual
IVSize() const GCM_Baseinlinevirtual
m_bufferAuthenticatedSymmetricCipherBaseprotected
m_bufferedDataLengthAuthenticatedSymmetricCipherBaseprotected
m_cipherGCM_Final< T_BlockCipher, T_TablesOption, T_IsEncryption >private
m_ctrGCM_Baseprotected
m_stateAuthenticatedSymmetricCipherBaseprotected
m_totalFooterLengthAuthenticatedSymmetricCipherBaseprotected
m_totalHeaderLengthAuthenticatedSymmetricCipherBaseprotected
m_totalMessageLengthAuthenticatedSymmetricCipherBaseprotected
MandatoryBlockSize() const StreamTransformationinlinevirtual
MaxFooterLength() const AuthenticatedSymmetricCipherinlinevirtual
MaxHeaderLength() const GCM_Baseinlinevirtual
MaxIVLength() const GCM_Baseinlinevirtual
MaxKeyLength() const GCM_Baseinlinevirtual
MaxMessageLength() const GCM_Baseinlinevirtual
MinIVLength() const GCM_Baseinlinevirtual
MinKeyLength() const GCM_Baseinlinevirtual
MinLastBlockSize() const StreamTransformationinlinevirtual
MulTable()GCM_Baseinlineprotected
NeedsPrespecifiedDataLengths() const AuthenticatedSymmetricCipherinlinevirtual
NOT_RESYNCHRONIZABLE enum valueSimpleKeyingInterface
MessageAuthenticationCode::OptimalBlockSize() const HashTransformationinlinevirtual
StreamTransformation::OptimalBlockSize() const StreamTransformationinlinevirtual
OptimalDataAlignment() const GCM_Basevirtual
ProcessByte(byte input)StreamTransformationinline
ProcessData(byte *outString, const byte *inString, size_t length)AuthenticatedSymmetricCipherBasevirtual
ProcessLastBlock(byte *outString, const byte *inString, size_t length)StreamTransformationvirtual
ProcessString(byte *inoutString, size_t length)StreamTransformationinline
ProcessString(byte *outString, const byte *inString, size_t length)StreamTransformationinline
RANDOM_IV enum valueSimpleKeyingInterface
MessageAuthenticationCode::Ref()HashTransformationinline
StreamTransformation::Ref()StreamTransformationinline
REQUIRED_BLOCKSIZE enum valueGCM_Baseprotected
Restart()AuthenticatedSymmetricCipherBaseinlinevirtual
Resync(const byte *iv, size_t len)GCM_Baseprotectedvirtual
Resynchronize(const byte *iv, int length=-1)AuthenticatedSymmetricCipherBasevirtual
ReverseHashBufferIfNeeded()GCM_Baseinlineprotected
s_reductionTableGCM_Baseprotectedstatic
s_reductionTableInitializedGCM_Baseprotectedstatic
Seek(lword pos)StreamTransformationinlinevirtual
SetKey(const byte *userKey, size_t keylength, const NameValuePairs &params)AuthenticatedSymmetricCipherBasevirtual
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
SetKeyWithoutResync(const byte *userKey, size_t keylength, const NameValuePairs &params)GCM_Baseprotectedvirtual
SetKeyWithRounds(const byte *key, size_t length, int rounds)SimpleKeyingInterface
SpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength=0)AuthenticatedSymmetricCipher
State enum nameAuthenticatedSymmetricCipherBaseprotected
State_AuthFooter enum valueAuthenticatedSymmetricCipherBaseprotected
State_AuthTransformed enum valueAuthenticatedSymmetricCipherBaseprotected
State_AuthUntransformed enum valueAuthenticatedSymmetricCipherBaseprotected
State_IVSet enum valueAuthenticatedSymmetricCipherBaseprotected
State_KeySet enum valueAuthenticatedSymmetricCipherBaseprotected
State_Start enum valueAuthenticatedSymmetricCipherBaseprotected
StaticAlgorithmName()GCM_Final< T_BlockCipher, T_TablesOption, T_IsEncryption >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 macSize)AuthenticatedSymmetricCipherBasevirtual
TruncatedVerify(const byte *digest, size_t digestLength)HashTransformationvirtual
UncheckedSetKey(const byte *key, unsigned int length, const CryptoPP::NameValuePairs &params)AuthenticatedSymmetricCipherBaseinline
AuthenticatedSymmetricCipher::UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)=0SimpleKeyingInterfaceprotectedpure virtual
UncheckedSpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength)AuthenticatedSymmetricCipherinlineprotectedvirtual
UNIQUE_IV enum valueSimpleKeyingInterface
UNPREDICTABLE_RANDOM_IV enum valueSimpleKeyingInterface
Update(const byte *input, size_t length)AuthenticatedSymmetricCipherBasevirtual
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()Algorithminlinevirtual
~AuthenticatedSymmetricCipher()AuthenticatedSymmetricCipherinlinevirtual
~Clonable()Clonableinlinevirtual
~HashTransformation()HashTransformationinlinevirtual
~SimpleKeyingInterface()SimpleKeyingInterfaceinlinevirtual
~StreamTransformation()StreamTransformationinlinevirtual