
Data Fields | |
| SignatureInfo * | signature_info |
| StringInfo * | nonce |
| StringInfo * | reservoir |
| size_t | i |
| unsigned short | protocol_major |
| unsigned short | protocol_minor |
| SemaphoreInfo * | semaphore |
| long | timestamp |
| unsigned long | signature |
Definition at line 73 of file random.c.
| size_t _RandomInfo::i |
Definition at line 79 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
| unsigned short _RandomInfo::protocol_major |
| unsigned short _RandomInfo::protocol_minor |
Definition at line 79 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
Definition at line 90 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), GenerateEntropicChaos(), and SetRandomKey().
| unsigned long _RandomInfo::signature |
Definition at line 76 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
1.5.7.1