|
Botan
2.13.0
Crypto and TLS for C++11
|
This is the complete list of members for Botan::TPM_RNG, including all inherited members.
| accepts_input() const override | Botan::TPM_RNG | inlinevirtual |
| add_entropy(const uint8_t in[], size_t in_len) override | Botan::TPM_RNG | inlinevirtual |
| add_entropy_T(const T &t) | Botan::RandomNumberGenerator | inline |
| clear() finaloverride | Botan::Hardware_RNG | inlinevirtual |
| is_seeded() const override | Botan::TPM_RNG | inlinevirtual |
| make_rng() | Botan::RandomNumberGenerator | static |
| name() const override | Botan::TPM_RNG | inlinevirtual |
| 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 out[], size_t out_len) override | Botan::TPM_RNG | inlinevirtual |
| 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 |
| TPM_RNG(TPM_Context &ctx) | Botan::TPM_RNG | inline |
| ~RandomNumberGenerator()=default | Botan::RandomNumberGenerator | virtual |
1.8.9.1