|
MagickCore 7.0.10
|
Data Fields | |
| HMACInfo * | hmac_info |
| StringInfo * | nonce |
| StringInfo * | reservoir |
| size_t | i |
| WizardSizeType | seed [4] |
| double | normalize |
| unsigned long | secret_key |
| unsigned short | protocol_major |
| unsigned short | protocol_minor |
| SemaphoreInfo * | semaphore |
| time_t | timestamp |
| size_t | signature |
| HMACInfo* _RandomInfo::hmac_info |
Definition at line 78 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), SaveEntropyToReservoir(), and SetRandomKey().
| size_t _RandomInfo::i |
Definition at line 85 of file random.c.
Referenced by SetRandomKey().
| StringInfo* _RandomInfo::nonce |
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 97 of file random.c.
Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().
| unsigned short _RandomInfo::protocol_minor |
Definition at line 98 of file random.c.
Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().
| StringInfo * _RandomInfo::reservoir |
Definition at line 82 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
| unsigned long _RandomInfo::secret_key |
Definition at line 94 of file random.c.
Referenced by AcquireRandomInfo(), and GetRandomSecretKey().
| WizardSizeType _RandomInfo::seed[4] |
Definition at line 88 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and GetPseudoRandomValue().
| SemaphoreInfo* _RandomInfo::semaphore |
Definition at line 101 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), GenerateEntropicChaos(), GetEntropyFromReservoir(), SaveEntropyToReservoir(), and SetRandomKey().
| size_t _RandomInfo::signature |
Definition at line 107 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().
| time_t _RandomInfo::timestamp |
Definition at line 104 of file random.c.
Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().