|
MagickCore
6.9.7
|
Data Fields | |
| SignatureInfo * | signature_info |
| StringInfo * | nonce |
| StringInfo * | reservoir |
| size_t | i |
| unsigned long | seed [4] |
| double | normalize |
| unsigned long | secret_key |
| unsigned short | protocol_major |
| unsigned short | protocol_minor |
| SemaphoreInfo * | semaphore |
| ssize_t | timestamp |
| size_t | signature |
| size_t _RandomInfo::i |
Referenced by GenerateEntropicChaos(), IncrementRandomNonce(), and SetRandomKey().
| StringInfo* _RandomInfo::nonce |
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
| double _RandomInfo::normalize |
Referenced by AcquireRandomInfo(), GetPseudoRandomValue(), and GetRandomInfoNormalize().
| unsigned short _RandomInfo::protocol_major |
Referenced by AcquireRandomInfo().
| unsigned short _RandomInfo::protocol_minor |
Referenced by AcquireRandomInfo().
| StringInfo * _RandomInfo::reservoir |
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
| unsigned long _RandomInfo::secret_key |
Referenced by AcquireRandomInfo(), GetRandomSecretKey(), and SetRandomSecretKey().
| unsigned long _RandomInfo::seed[4] |
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), GetPseudoRandomValue(), and GetRandomInfoSeed().
| SemaphoreInfo* _RandomInfo::semaphore |
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), GenerateEntropicChaos(), and SetRandomKey().
| size_t _RandomInfo::signature |
Referenced by AcquireRandomInfo(), and DestroyRandomInfo().
| SignatureInfo* _RandomInfo::signature_info |
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
| ssize_t _RandomInfo::timestamp |
Referenced by AcquireRandomInfo().