| Botan
    1.10.16
    | 
#include <hres_timer.h>
 
  
 | Public Member Functions | |
| std::string | name () const | 
| void | poll (Entropy_Accumulator &accum) | 
Entropy source using high resolution timers
Definition at line 21 of file hres_timer.h.
| 
 | inlinevirtual | 
Implements Botan::EntropySource.
Definition at line 24 of file hres_timer.h.
References poll().
| 
 | virtual | 
Perform an entropy gathering poll
| accum | is an accumulator object that will be given entropy | 
Implements Botan::EntropySource.
Definition at line 21 of file hres_timer.cpp.
References Botan::Entropy_Accumulator::add(), and Botan::CPUID::has_rdtsc().
Referenced by name().
 1.8.13
 1.8.13