![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
This is the complete list of members for NIST_DRBG, including all inherited members.
| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | inlinevirtual |
| CanIncorporateEntropy() const | NIST_DRBG | inlinevirtual |
| Clone() const | Clonable | inlinevirtual |
| DiscardBytes(size_t n) | RandomNumberGenerator | virtual |
| DRBG_Instantiate(const byte *entropy, size_t entropyLength, const byte *nonce, size_t nonceLength, const byte *personalization, size_t personalizationLength)=0 | NIST_DRBG | protectedpure virtual |
| DRBG_Reseed(const byte *entropy, size_t entropyLength, const byte *additional, size_t additionaLength)=0 | NIST_DRBG | protectedpure virtual |
| GenerateBit() | RandomNumberGenerator | virtual |
| GenerateBlock(byte *output, size_t size)=0 | NIST_DRBG | pure virtual |
| GenerateBlock(const byte *additional, size_t additionaLength, byte *output, size_t size)=0 | NIST_DRBG | pure virtual |
| GenerateByte() | RandomNumberGenerator | virtual |
| GenerateIntoBufferedTransformation(BufferedTransformation &target, const std::string &channel, lword length) | RandomNumberGenerator | virtual |
| GenerateWord32(word32 min=0, word32 max=0xffffffffUL) | RandomNumberGenerator | virtual |
| GetMaxBytesPerRequest() const =0 | NIST_DRBG | pure virtual |
| GetMaxEntropy() const =0 | NIST_DRBG | pure virtual |
| GetMaxNonce() const =0 | NIST_DRBG | pure virtual |
| GetMaxRequestBeforeReseed() const =0 | NIST_DRBG | pure virtual |
| GetMinEntropy() const =0 | NIST_DRBG | pure virtual |
| GetMinNonce() const =0 | NIST_DRBG | pure virtual |
| GetSecurityStrength() const =0 | NIST_DRBG | pure virtual |
| GetSeedLength() const =0 | NIST_DRBG | pure virtual |
| IncorporateEntropy(const byte *input, size_t length)=0 | NIST_DRBG | pure virtual |
| IncorporateEntropy(const byte *entropy, size_t entropyLength, const byte *additional, size_t additionaLength)=0 | NIST_DRBG | pure virtual |
| Shuffle(IT begin, IT end) | RandomNumberGenerator | inline |
| ~Algorithm() | Algorithm | inlinevirtual |
| ~Clonable() | Clonable | inlinevirtual |
| ~NIST_DRBG() | NIST_DRBG | inlinevirtual |
| ~RandomNumberGenerator() | RandomNumberGenerator | inlinevirtual |
1.8.11