| Botan
    1.10.16
    | 
#include <es_capi.h>
 
  
 | Public Member Functions | |
| std::string | name () const | 
| void | poll (Entropy_Accumulator &accum) | 
| Win32_CAPI_EntropySource (const std::string &provs="") | |
| Botan::Win32_CAPI_EntropySource::Win32_CAPI_EntropySource | ( | const std::string & | provs = "" | ) | 
Win32_Capi_Entropysource Constructor
| provs | list of providers, separated by ':' | 
Definition at line 77 of file es_capi.cpp.
References Botan::split_on().
Referenced by name().
| 
 | inlinevirtual | 
Implements Botan::EntropySource.
Definition at line 22 of file es_capi.h.
References poll(), and Win32_CAPI_EntropySource().
| 
 | virtual | 
Perform an entropy gathering poll
| accum | is an accumulator object that will be given entropy | 
Implements Botan::EntropySource.
Definition at line 56 of file es_capi.cpp.
References Botan::Entropy_Accumulator::add(), Botan::Entropy_Accumulator::get_io_buffer(), and Botan::MemoryRegion< T >::size().
Referenced by name().
 1.8.13
 1.8.13