| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | inlinevirtual |
| CanIncorporateEntropy() const | RandomNumberGenerator | inlinevirtual |
| Clone() const | Clonable | inlinevirtual |
| DiscardBytes(size_t n) | RandomNumberGenerator | virtual |
| GenerateBit() | RandomNumberGenerator | virtual |
| GenerateBlock(byte *output, size_t size) | AdditiveCipherTemplate< BASE > | virtual |
| GenerateByte() | RandomNumberGenerator | virtual |
| GenerateIntoBufferedTransformation(BufferedTransformation &target, const std::string &channel, lword length) | RandomNumberGenerator | virtual |
| GenerateWord32(word32 a=0, word32 b=0xffffffffL) | RandomNumberGenerator | virtual |
| GetBufferByteSize(const PolicyInterface &policy) const (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | inlineprotected |
| GetOptimalNextBlockSize() const (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | inline |
| IncorporateEntropy(const byte *input, size_t length) | RandomNumberGenerator | inlinevirtual |
| IsForwardTransformation() const (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | inline |
| IsRandomAccess() const (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | inline |
| IsSelfInverting() const (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | inline |
| KeystreamBufferBegin() (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | inlineprotected |
| KeystreamBufferEnd() (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | inlineprotected |
| m_buffer (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | protected |
| m_leftOver (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | protected |
| OptimalBlockSize() const (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | inline |
| OptimalDataAlignment() const (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | inline |
| PolicyInterface typedef (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | |
| ProcessData(byte *outString, const byte *inString, size_t length) (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | |
| Resynchronize(const byte *iv, int length=-1) (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | |
| Seek(lword position) (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | |
| Shuffle(IT begin, IT end) | RandomNumberGenerator | inline |
| UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms) (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | protected |
| ~Clonable() (defined in Clonable) | Clonable | inlinevirtual |