MagickCore
7.0.11
|
Data Fields | |
SignatureInfo * | signature_info |
StringInfo * | nonce |
StringInfo * | reservoir |
size_t | i |
MagickSizeType | 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 |
Definition at line 89 of file random.c.
Referenced by SetRandomKey().
StringInfo* _RandomInfo::nonce |
Definition at line 85 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
double _RandomInfo::normalize |
Definition at line 95 of file random.c.
Referenced by AcquireRandomInfo(), GetPseudoRandomValue(), and GetRandomInfoNormalize().
unsigned short _RandomInfo::protocol_major |
Definition at line 101 of file random.c.
Referenced by AcquireRandomInfo().
unsigned short _RandomInfo::protocol_minor |
Definition at line 101 of file random.c.
Referenced by AcquireRandomInfo().
StringInfo * _RandomInfo::reservoir |
Definition at line 85 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
unsigned long _RandomInfo::secret_key |
Definition at line 98 of file random.c.
Referenced by AcquireRandomInfo(), and GetRandomSecretKey().
MagickSizeType _RandomInfo::seed[4] |
Definition at line 92 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), GetPseudoRandomValue(), and GetRandomInfoSeed().
SemaphoreInfo* _RandomInfo::semaphore |
Definition at line 105 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), GenerateEntropicChaos(), and SetRandomKey().
size_t _RandomInfo::signature |
Definition at line 111 of file random.c.
Referenced by AcquireRandomInfo(), and DestroyRandomInfo().
SignatureInfo* _RandomInfo::signature_info |
Definition at line 82 of file random.c.
Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().
ssize_t _RandomInfo::timestamp |
Definition at line 108 of file random.c.
Referenced by AcquireRandomInfo().