
Data Fields | |
| HMACInfo * | hmac_info |
| StringInfo * | nonce |
| StringInfo * | reservoir |
| size_t | i |
| size_t | seed [4] |
| double | normalize |
| unsigned short | protocol_major |
| unsigned short | protocol_minor |
| SemaphoreInfo * | semaphore |
| time_t | timestamp |
| size_t | signature |
Definition at line 71 of file random.c.
Definition at line 74 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), SaveEntropyToReservoir(), and SetRandomKey().
| size_t _RandomInfo::i |
Definition at line 81 of file random.c.
Referenced by SetRandomKey().
Definition at line 77 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
| double _RandomInfo::normalize |
Definition at line 87 of file random.c.
Referenced by AcquireRandomInfo(), and GetPseudoRandomValue().
| unsigned short _RandomInfo::protocol_major |
Definition at line 90 of file random.c.
Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().
| unsigned short _RandomInfo::protocol_minor |
Definition at line 90 of file random.c.
Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().
Definition at line 77 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
| size_t _RandomInfo::seed[4] |
Definition at line 84 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and GetPseudoRandomValue().
Definition at line 94 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), GenerateEntropicChaos(), GetEntropyFromReservoir(), SaveEntropyToReservoir(), and SetRandomKey().
| size_t _RandomInfo::signature |
Definition at line 100 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().
| time_t _RandomInfo::timestamp |
Definition at line 97 of file random.c.
Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().
1.6.2-20100208