Botan
1.10.9
|
#include <es_ftw.h>
Public Member Functions | |
FTW_EntropySource (const std::string &root_dir) | |
std::string | name () const |
void | poll (Entropy_Accumulator &accum) |
~FTW_EntropySource () | |
Botan::FTW_EntropySource::FTW_EntropySource | ( | const std::string & | p | ) |
FTW_EntropySource Constructor
Definition at line 136 of file es_ftw.cpp.
Botan::FTW_EntropySource::~FTW_EntropySource | ( | ) |
|
inlinevirtual |
Implements Botan::EntropySource.
|
virtual |
Perform an entropy gathering poll
accum | is an accumulator object that will be given entropy |
Implements Botan::EntropySource.
Definition at line 149 of file es_ftw.cpp.
References Botan::Entropy_Accumulator::add(), Botan::Entropy_Accumulator::get_io_buffer(), Botan::Entropy_Accumulator::polling_goal_achieved(), and Botan::MemoryRegion< T >::size().