Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::System_RNG, including all inherited members.
accepts_input() const override | Botan::System_RNG | inlinevirtual |
add_entropy(std::span< const uint8_t > input) | Botan::RandomNumberGenerator | inline |
add_entropy(const uint8_t input[], size_t length) | Botan::RandomNumberGenerator | inline |
add_entropy_T(const T &t) | Botan::RandomNumberGenerator | inline |
clear() override | Botan::System_RNG | inlinevirtual |
fill_bytes_with_input(std::span< uint8_t > out, std::span< const uint8_t > in) override | Botan::System_RNG | inlineprotectedvirtual |
is_seeded() const override | Botan::System_RNG | inlinevirtual |
name() const override | Botan::System_RNG | inlinevirtual |
next_byte() | Botan::RandomNumberGenerator | inline |
next_nonzero_byte() | Botan::RandomNumberGenerator | inline |
operator=(const RandomNumberGenerator &rng)=delete | Botan::RandomNumberGenerator | |
random_array() | Botan::RandomNumberGenerator | inline |
random_vec(std::span< uint8_t > v) | Botan::RandomNumberGenerator | inline |
random_vec(T &v, size_t bytes) | Botan::RandomNumberGenerator | inline |
random_vec(size_t bytes) | Botan::RandomNumberGenerator | inline |
randomize(std::span< uint8_t > output) | Botan::RandomNumberGenerator | inline |
randomize(uint8_t output[], size_t length) | Botan::RandomNumberGenerator | inline |
randomize_with_input(std::span< uint8_t > output, std::span< const uint8_t > input) | Botan::RandomNumberGenerator | inline |
randomize_with_input(uint8_t output[], size_t output_len, const uint8_t input[], size_t input_len) | Botan::RandomNumberGenerator | inline |
randomize_with_ts_input(std::span< uint8_t > output) | Botan::RandomNumberGenerator | |
randomize_with_ts_input(uint8_t output[], size_t output_len) | Botan::RandomNumberGenerator | inline |
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 |