WizardsToolkit  1.0.7
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

typedef struct _EntropyInfo EntropyInfo

Definition at line 37 of file entropy.h.


Enumeration Type Documentation

Enumerator:
UndefinedEntropy 
NoEntropy 
ZIPEntropy 
BZIPEntropy 
LZMAEntropy 

Definition at line 28 of file entropy.h.


Function Documentation

WizardExport EntropyInfo* AcquireEntropyInfo ( const EntropyType  ,
const size_t   
)
WizardExport WizardBooleanType IncreaseEntropy ( EntropyInfo ,
const StringInfo ,
ExceptionInfo  
)