MagickCore 7.0.10
entropy.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _EntropyInfo EntropyInfo
 

Enumerations

enum  EntropyType {
  UndefinedEntropy , NoEntropy , ZIPEntropy , BZIPEntropy ,
  LZMAEntropy
}
 

Functions

WizardExport const StringInfoGetEntropyChaos (const EntropyInfo *)
 
WizardExport EntropyInfoAcquireEntropyInfo (const EntropyType, const size_t)
 
WizardExport EntropyInfoDestroyEntropyInfo (EntropyInfo *)
 
WizardExport WizardBooleanType IncreaseEntropy (EntropyInfo *, const StringInfo *, ExceptionInfo *)
 
WizardExport WizardBooleanType RestoreEntropy (EntropyInfo *, const size_t, const StringInfo *, ExceptionInfo *)
 

Typedef Documentation

◆ EntropyInfo

typedef struct _EntropyInfo EntropyInfo

Definition at line 38 of file entropy.h.

Enumeration Type Documentation

◆ EntropyType

Enumerator
UndefinedEntropy 
NoEntropy 
ZIPEntropy 
BZIPEntropy 
LZMAEntropy 

Definition at line 28 of file entropy.h.

Function Documentation

◆ AcquireEntropyInfo()

WizardExport EntropyInfo * AcquireEntropyInfo ( const EntropyType  ,
const size_t   
)

◆ DestroyEntropyInfo()

◆ GetEntropyChaos()

◆ IncreaseEntropy()

WizardExport WizardBooleanType IncreaseEntropy ( EntropyInfo ,
const StringInfo ,
ExceptionInfo  
)

◆ RestoreEntropy()