Botan
1.10.9
|
#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 | ) |
EGD_EntropySource constructor
Definition at line 122 of file es_egd.cpp.
Botan::EGD_EntropySource::~EGD_EntropySource | ( | ) |
Definition at line 128 of file es_egd.cpp.
|
inlinevirtual |
Implements Botan::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().