| Botan
    1.10.16
    | 
#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 | ) | 
| Botan::FTW_EntropySource::~FTW_EntropySource | ( | ) | 
| 
 | inlinevirtual | 
Implements Botan::EntropySource.
Definition at line 21 of file es_ftw.h.
References FTW_EntropySource(), poll(), and ~FTW_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().
Referenced by name().
 1.8.13
 1.8.13