| Botan
    1.10.16
    | 
#include <rdrand.h>
 
  
 | Public Member Functions | |
| std::string | name () const | 
| void | poll (Entropy_Accumulator &accum) | 
Entropy source using the rdrand instruction first introduced on Intel's Ivy Bridge architecture.
| 
 | inlinevirtual | 
Implements Botan::EntropySource.
Definition at line 22 of file rdrand.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 20 of file rdrand.cpp.
References Botan::CPUID::has_rdrand().
Referenced by name().
 1.8.13
 1.8.13