Botan
1.10.9
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
entropy
win32_stats
es_win32.h
Go to the documentation of this file.
1
/*
2
* Win32 EntropySource
3
* (C) 1999-2009 Jack Lloyd
4
*
5
* Distributed under the terms of the Botan license
6
*/
7
8
#ifndef BOTAN_ENTROPY_SRC_WIN32_H__
9
#define BOTAN_ENTROPY_SRC_WIN32_H__
10
11
#include <botan/entropy_src.h>
12
13
namespace
Botan
{
14
15
/**
16
* Win32 Entropy Source
17
*/
18
class
Win32_EntropySource
:
public
EntropySource
19
{
20
public
:
21
std::string
name
()
const
{
return
"Win32 Statistics"
; }
22
void
poll
(
Entropy_Accumulator
& accum);
23
};
24
25
}
26
27
#endif
Botan::Win32_EntropySource
Definition:
es_win32.h:18
Botan::EntropySource
Definition:
entropy_src.h:122
Botan
Definition:
algo_base.h:14
Botan::Win32_EntropySource::name
std::string name() const
Definition:
es_win32.h:21
Botan::Entropy_Accumulator
Definition:
entropy_src.h:19
Botan::Win32_EntropySource::poll
void poll(Entropy_Accumulator &accum)
Definition:
es_win32.cpp:17
Generated on Sat Aug 20 2016 08:18:47 for Botan by
1.8.9.1