#include "GenRand.h"#include <ctime>Go to the source code of this file.
Namespaces | |
| namespace | TrueRand |
Variables | |
| const int | kMaxStack = 1024 |
| const int | kMaxSoundInput = 2048 |
| const int | kMaxMsgs = 20 |
| const int | kMaxWindows = 20 |
| const int | kMaxFiles = 20 |
| const int | kMaxHardwareRng = 8 |
| const int | kMaxSoftwareRng = 8 |
| const int | kMaxCaptureTime = 100 |
| const int | kMaxAlloc = 1024 |
| const int | kIntelCryptoType = 22 |
| const char * | skIntelCryptoServer = TEXT( "Intel Hardware Cryptographic Service Provider" ) |
|
|
Definition at line 61 of file GenRand.cpp. Referenced by TrueRand::GenRand::GetHardwareRng(). |
|
|
Definition at line 38 of file GenRand.cpp. Referenced by TrueRand::GenRand::GetMaxRandInputSize(), and TrueRand::GenRand::GetTempPointer(). |
|
|
Definition at line 37 of file GenRand.cpp. Referenced by TrueRand::GenRand::GetSoundInput(). |
|
|
Definition at line 34 of file GenRand.cpp. Referenced by TrueRand::GenRand::GetMaxRandInputSize(), and TrueRand::GenRand::GetTempFileInfo(). |
|
|
Definition at line 35 of file GenRand.cpp. Referenced by TrueRand::GenRand::GetHardwareRng(), and TrueRand::GenRand::GetMaxRandInputSize(). |
|
|
Definition at line 32 of file GenRand.cpp. Referenced by TrueRand::GenRand::GetMaxRandInputSize(), and TrueRand::GenRand::GetPendingMsgs(). |
|
|
Definition at line 36 of file GenRand.cpp. Referenced by TrueRand::GenRand::GetHardwareRng(), and TrueRand::GenRand::GetMaxRandInputSize(). |
|
|
Definition at line 31 of file GenRand.cpp. Referenced by TrueRand::GenRand::GetMaxRandInputSize(), TrueRand::GenRand::GetSoundInput(), and TrueRand::GenRand::InitSoundCapture(). |
|
|
Definition at line 30 of file GenRand.cpp. Referenced by TrueRand::GenRand::GetMaxRandInputSize(), and TrueRand::GenRand::GetStackState(). |
|
|
Definition at line 33 of file GenRand.cpp. Referenced by TrueRand::GenRand::GetMaxRandInputSize(). |
|
|
Definition at line 62 of file GenRand.cpp. Referenced by TrueRand::GenRand::GetHardwareRng(). |
1.4.2