#include "Common.h"#include "Buffer.h"Go to the source code of this file.
Namespaces | |
| namespace | TrueRand |
Defines | |
| #define | TRUERAND_CRYPTO_H |
Typedefs | |
| typedef void * | HCRYPTPROV |
| typedef void * | HCRYPTHASH |
Variables | |
| const unsigned long | CALG_MD5 = 0 |
| const unsigned long | PROV_RSA_FULL = 0 |
| const unsigned long | CRYPT_VERIFYCONTEXT = 0 |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 32 of file Crypto.h. Referenced by TrueRand::Hash::Create(), and TrueRand::GenRand::GetRand(). |
|
|
Definition at line 34 of file Crypto.h. Referenced by TrueRand::GenRand::GetHardwareRng(), and TrueRand::GenRand::GetRand(). |
|
|
Definition at line 33 of file Crypto.h. Referenced by TrueRand::GenRand::GetHardwareRng(), and TrueRand::GenRand::GetRand(). |
1.4.2