Botan
1.10.16
|
#include <es_egd.h>
Public Member Functions | |
EGD_EntropySource (const std::vector< std::string > &) | |
std::string | name () const |
void | poll (Entropy_Accumulator &accum) |
~EGD_EntropySource () | |
Botan::EGD_EntropySource::EGD_EntropySource | ( | const std::vector< std::string > & | paths | ) |
Botan::EGD_EntropySource::~EGD_EntropySource | ( | ) |
Definition at line 128 of file es_egd.cpp.
Referenced by name().
|
inlinevirtual |
Implements Botan::EntropySource.
Definition at line 23 of file es_egd.h.
References EGD_EntropySource(), poll(), and ~EGD_EntropySource().
|
virtual |
Gather Entropy from EGD
Implements Botan::EntropySource.
Definition at line 138 of file es_egd.cpp.
References Botan::Entropy_Accumulator::add(), Botan::Entropy_Accumulator::desired_remaining_bits(), and Botan::Entropy_Accumulator::get_io_buffer().
Referenced by name().