| accepts_input() const =0 | Botan::RandomNumberGenerator | pure virtual |
| add_entropy(const uint8_t input[], size_t length)=0 | Botan::RandomNumberGenerator | pure virtual |
| add_entropy_T(const T &t) | Botan::RandomNumberGenerator | inline |
| clear()=0 | Botan::RandomNumberGenerator | pure virtual |
| is_seeded() const =0 | Botan::RandomNumberGenerator | pure virtual |
| make_rng() | Botan::RandomNumberGenerator | static |
| name() const =0 | Botan::RandomNumberGenerator | pure virtual |
| next_byte() | Botan::RandomNumberGenerator | inline |
| next_nonzero_byte() | Botan::RandomNumberGenerator | inline |
| operator=(const RandomNumberGenerator &rng)=delete | Botan::RandomNumberGenerator | |
| random_vec(size_t bytes) | Botan::RandomNumberGenerator | inline |
| random_vec(std::vector< uint8_t, Alloc > &v, size_t bytes) | Botan::RandomNumberGenerator | inline |
| randomize(uint8_t output[], size_t length)=0 | Botan::RandomNumberGenerator | pure virtual |
| randomize_with_input(uint8_t output[], size_t output_len, const uint8_t input[], size_t input_len) | Botan::RandomNumberGenerator | virtual |
| randomize_with_ts_input(uint8_t output[], size_t output_len) | Botan::RandomNumberGenerator | virtual |
| RandomNumberGenerator()=default | Botan::RandomNumberGenerator | |
| RandomNumberGenerator(const RandomNumberGenerator &rng)=delete | Botan::RandomNumberGenerator | |
| reseed(Entropy_Sources &srcs, size_t poll_bits=BOTAN_RNG_RESEED_POLL_BITS, std::chrono::milliseconds poll_timeout=BOTAN_RNG_RESEED_DEFAULT_TIMEOUT) | Botan::RandomNumberGenerator | virtual |
| reseed_from_rng(RandomNumberGenerator &rng, size_t poll_bits=BOTAN_RNG_RESEED_POLL_BITS) | Botan::RandomNumberGenerator | virtual |
| ~RandomNumberGenerator()=default | Botan::RandomNumberGenerator | virtual |