MagickCore 7.0.10
_RandomInfo Struct Reference
Collaboration diagram for _RandomInfo:
[legend]

Data Fields

HMACInfohmac_info
 
StringInfononce
 
StringInforeservoir
 
size_t i
 
WizardSizeType seed [4]
 
double normalize
 
unsigned long secret_key
 
unsigned short protocol_major
 
unsigned short protocol_minor
 
SemaphoreInfosemaphore
 
time_t timestamp
 
size_t signature
 

Detailed Description

Definition at line 75 of file random.c.

Field Documentation

◆ hmac_info

HMACInfo* _RandomInfo::hmac_info

◆ i

size_t _RandomInfo::i

Definition at line 85 of file random.c.

Referenced by SetRandomKey().

◆ nonce

StringInfo* _RandomInfo::nonce

Definition at line 81 of file random.c.

Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().

◆ normalize

double _RandomInfo::normalize

Definition at line 91 of file random.c.

Referenced by AcquireRandomInfo(), and GetPseudoRandomValue().

◆ protocol_major

unsigned short _RandomInfo::protocol_major

Definition at line 97 of file random.c.

Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().

◆ protocol_minor

unsigned short _RandomInfo::protocol_minor

Definition at line 98 of file random.c.

Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().

◆ reservoir

StringInfo * _RandomInfo::reservoir

Definition at line 82 of file random.c.

Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and SetRandomKey().

◆ secret_key

unsigned long _RandomInfo::secret_key

Definition at line 94 of file random.c.

Referenced by AcquireRandomInfo(), and GetRandomSecretKey().

◆ seed

WizardSizeType _RandomInfo::seed[4]

Definition at line 88 of file random.c.

Referenced by AcquireRandomInfo(), DestroyRandomInfo(), and GetPseudoRandomValue().

◆ semaphore

◆ signature

size_t _RandomInfo::signature

◆ timestamp

time_t _RandomInfo::timestamp

Definition at line 104 of file random.c.

Referenced by AcquireRandomInfo(), GetEntropyFromReservoir(), and SaveEntropyToReservoir().


The documentation for this struct was generated from the following file: