Typedefs | Enumerations | Functions

entropy.h File Reference

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 EntropyInfo ** DestroyEntropyInfo (EntropyInfo *)
WizardExport WizardBooleanType IncreaseEntropy (EntropyInfo *, const StringInfo *, ExceptionInfo *)
WizardExport WizardBooleanType RestoreEntropy (EntropyInfo *, const size_t, const StringInfo *, ExceptionInfo *)

Typedef Documentation

typedef struct _EntropyInfo EntropyInfo

Enumeration Type Documentation

Enumerator:
UndefinedEntropy 
NoEntropy 
ZIPEntropy 
BZIPEntropy 
LZMAEntropy 

Function Documentation

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