, including all inherited members.
Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | Algorithm | [inline, virtual] |
CanIncorporateEntropy() const | RandomNumberGenerator | [inline, virtual] |
Clone() const | Clonable | [inline, virtual] |
DiscardBytes(size_t n) | RandomNumberGenerator | [virtual] |
GenerateBit() | RandomNumberGenerator | [virtual] |
GenerateBlock(byte *output, size_t size) | AdditiveCipherTemplate< BASE > | [inline, 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 > | [inline, protected] |
GetOptimalNextBlockSize() const (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | [inline] |
IncorporateEntropy(const byte *input, size_t length) | RandomNumberGenerator | [inline, virtual] |
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 > | [inline, protected] |
KeystreamBufferEnd() (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | [inline, protected] |
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 > | [inline] |
Resynchronize(const byte *iv, int length=-1) (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | [inline] |
Seek(lword position) (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | [inline] |
Shuffle(IT begin, IT end) | RandomNumberGenerator | [inline] |
UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms) (defined in AdditiveCipherTemplate< BASE >) | AdditiveCipherTemplate< BASE > | [inline, protected] |
~Clonable() (defined in Clonable) | Clonable | [inline, virtual] |