MagickCore 7.0.10
entropy.c File Reference
#include "wizard/studio.h"
#include "wizard/bzip.h"
#include "wizard/entropy.h"
#include "wizard/exception.h"
#include "wizard/exception-private.h"
#include "wizard/lzma.h"
#include "wizard/memory_.h"
#include "wizard/zip.h"
Include dependency graph for entropy.c:

Go to the source code of this file.

Data Structures

struct  _EntropyInfo
 

Functions

WizardExport EntropyInfoAcquireEntropyInfo (const EntropyType entropy, const size_t level)
 
WizardExport EntropyInfoDestroyEntropyInfo (EntropyInfo *entropy_info)
 
WizardExport const StringInfoGetEntropyChaos (const EntropyInfo *entropy_info)
 
WizardExport WizardBooleanType IncreaseEntropy (EntropyInfo *entropy_info, const StringInfo *message, ExceptionInfo *exception)
 
WizardExport WizardBooleanType RestoreEntropy (EntropyInfo *entropy_info, const size_t length, const StringInfo *message, ExceptionInfo *exception)
 

Function Documentation

◆ AcquireEntropyInfo()

◆ DestroyEntropyInfo()

◆ GetEntropyChaos()

◆ IncreaseEntropy()

◆ RestoreEntropy()