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