|
Crypto++
|
This is the complete list of members for GCM_Base::GCTR, including all inherited members.
| AbstractPolicyHolder< AdditiveCipherAbstractPolicy, CTR_ModePolicy >::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| RandomNumberGenerator::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AssertValidKeyLength(size_t length) const (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlineprotected |
| BlockSize() const (defined in CipherModeBase) | CipherModeBase | inlineprotected |
| CanIncorporateEntropy() const | RandomNumberGenerator | inlinevirtual |
| CanOperateKeystream() const (defined in CTR_ModePolicy) | CTR_ModePolicy | inlineprotectedvirtual |
| CanUsePredictableIVs() const | SimpleKeyingInterface | inline |
| CanUseRandomIVs() const | SimpleKeyingInterface | inline |
| CanUseStructuredIVs() const | SimpleKeyingInterface | inline |
| CipherIsRandomAccess() const (defined in CTR_ModePolicy) | CTR_ModePolicy | inlinevirtual |
| CipherModeBase() (defined in CipherModeBase) | CipherModeBase | inlineprotected |
| CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) (defined in CTR_ModePolicy) | CTR_ModePolicy | protectedvirtual |
| Clone() const | Clonable | inlinevirtual |
| DefaultIVLength() const | SimpleKeyingInterface | inline |
| DefaultKeyLength() const | CipherModeBase | inlinevirtual |
| DiscardBytes(size_t n) | RandomNumberGenerator | virtual |
| GenerateBit() | RandomNumberGenerator | virtual |
| GenerateBlock(byte *output, size_t size) | AdditiveCipherTemplate< AbstractPolicyHolder< AdditiveCipherAbstractPolicy, CTR_ModePolicy > > | virtual |
| GenerateByte() | RandomNumberGenerator | virtual |
| GenerateIntoBufferedTransformation(BufferedTransformation &target, const std::string &channel, lword length) | RandomNumberGenerator | virtual |
| GenerateWord32(word32 a=0, word32 b=0xffffffffL) | RandomNumberGenerator | virtual |
| GetAlgorithm() const (defined in SymmetricCipher) | SymmetricCipher | inlineprotectedvirtual |
| GetAlignment() const (defined in CTR_ModePolicy) | CTR_ModePolicy | inlineprotectedvirtual |
| GetBytesPerIteration() const (defined in CTR_ModePolicy) | CTR_ModePolicy | inlineprotectedvirtual |
| GetIterationsToBuffer() const (defined in CTR_ModePolicy) | CTR_ModePolicy | inlineprotectedvirtual |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | protected |
| GetNextIV(RandomNumberGenerator &rng, byte *IV) | SimpleKeyingInterface | virtual |
| GetOptimalBlockSize() const (defined in AdditiveCipherAbstractPolicy) | AdditiveCipherAbstractPolicy | inlinevirtual |
| GetOptimalBlockSizeUsed() const | StreamTransformation | inlinevirtual |
| GetValidKeyLength(size_t n) const | CipherModeBase | inlinevirtual |
| IncorporateEntropy(const byte *input, size_t length) | RandomNumberGenerator | inlinevirtual |
| IncrementCounterBy256() (defined in GCM_Base::GCTR) | GCM_Base::GCTR | protectedvirtual |
| INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IsResynchronizable() const | SimpleKeyingInterface | inline |
| IsValidKeyLength(size_t n) const | CipherModeBase | inlinevirtual |
| IV_Requirement enum name (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IVRequirement() const | CTR_ModePolicy | inlinevirtual |
| IVSize() const (defined in CipherModeBase) | CipherModeBase | inlinevirtual |
| m_cipher (defined in CipherModeBase) | CipherModeBase | protected |
| m_counterArray (defined in CTR_ModePolicy) | CTR_ModePolicy | protected |
| m_register (defined in CipherModeBase) | CipherModeBase | protected |
| MandatoryBlockSize() const | StreamTransformation | inlinevirtual |
| MaxIVLength() const | SimpleKeyingInterface | inlinevirtual |
| MaxKeyLength() const | CipherModeBase | inlinevirtual |
| MinIVLength() const | SimpleKeyingInterface | inlinevirtual |
| MinKeyLength() const | CipherModeBase | inlinevirtual |
| MinLastBlockSize() const | StreamTransformation | inlinevirtual |
| NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount) (defined in CTR_ModePolicy) | CTR_ModePolicy | protectedvirtual |
| ProcessByte(byte input) | StreamTransformation | inline |
| ProcessLastBlock(byte *outString, const byte *inString, size_t length) | 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 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| Ref() | StreamTransformation | inline |
| ResizeBuffers() (defined in CipherModeBase) | CipherModeBase | inlineprotectedvirtual |
| SeekToIteration(lword iterationCount) (defined in CTR_ModePolicy) | CTR_ModePolicy | protectedvirtual |
| SetCipher(BlockCipher &cipher) (defined in CipherModeBase) | CipherModeBase | inline |
| SetCipherWithIV(BlockCipher &cipher, const byte *iv, int feedbackSize=0) (defined in CipherModeBase) | CipherModeBase | inline |
| SetFeedbackSize(unsigned int feedbackSize) (defined in CipherModeBase) | CipherModeBase | inlineprotectedvirtual |
| 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 | |
| Shuffle(IT begin, IT end) | RandomNumberGenerator | inline |
| StaticAlgorithmName() (defined in CTR_ModePolicy) | CTR_ModePolicy | inlinestatic |
| ThrowIfInvalidIV(const byte *iv) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | protected |
| ThrowIfInvalidIVLength(int size) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | protected |
| ThrowIfInvalidKeyLength(size_t length) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | protected |
| ThrowIfResynchronizable() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | protected |
| UNIQUE_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| WriteKeystream(byte *buffer, size_t iterationCount) (defined in CTR_ModePolicy) | CTR_ModePolicy | inlineprotectedvirtual |
| ~AdditiveCipherAbstractPolicy() (defined in AdditiveCipherAbstractPolicy) | AdditiveCipherAbstractPolicy | inlinevirtual |
| ~Clonable() (defined in Clonable) | Clonable | inlinevirtual |
| ~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlinevirtual |
1.8.6