Botan
1.10.9
|
#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().
|
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 56 of file es_capi.cpp.
References Botan::Entropy_Accumulator::add(), Botan::Entropy_Accumulator::get_io_buffer(), and Botan::MemoryRegion< T >::size().