|
WizardsToolkit
1.0.7
|

Data Fields | |
| HMACInfo * | hmac_info |
| StringInfo * | nonce |
| StringInfo * | reservoir |
| size_t | i |
| unsigned long | seed [4] |
| double | normalize |
| unsigned short | protocol_major |
| unsigned short | protocol_minor |
| SemaphoreInfo * | semaphore |
| time_t | timestamp |
| size_t | signature |
Definition at line 75 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), SaveEntropyToReservoir(), and SetRandomKey().
| size_t _RandomInfo::i |
Definition at line 82 of file random.c.
Referenced by SetRandomKey().
Definition at line 78 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
| double _RandomInfo::normalize |
Definition at line 88 of file random.c.
Referenced by AcquireRandomInfo(), and GetPseudoRandomValue().
| unsigned short _RandomInfo::protocol_major |
Definition at line 91 of file random.c.
Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().
| unsigned short _RandomInfo::protocol_minor |
Definition at line 91 of file random.c.
Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().
Definition at line 78 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
| unsigned long _RandomInfo::seed[4] |
Definition at line 85 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and GetPseudoRandomValue().
Definition at line 95 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), GenerateEntropicChaos(), GetEntropyFromReservoir(), SaveEntropyToReservoir(), and SetRandomKey().
| size_t _RandomInfo::signature |
Definition at line 101 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().
| time_t _RandomInfo::timestamp |
Definition at line 98 of file random.c.
Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().