|
MagickCore 7.0.10
|
#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"Go to the source code of this file.
Data Structures | |
| struct | _EntropyInfo |
Functions | |
| WizardExport EntropyInfo * | AcquireEntropyInfo (const EntropyType entropy, const size_t level) |
| WizardExport EntropyInfo * | DestroyEntropyInfo (EntropyInfo *entropy_info) |
| WizardExport const StringInfo * | GetEntropyChaos (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) |
| WizardExport EntropyInfo * AcquireEntropyInfo | ( | const EntropyType | entropy, |
| const size_t | level | ||
| ) |
Definition at line 95 of file entropy.c.
References AcquireBZIPInfo(), AcquireLZMAInfo(), AcquireWizardMemory(), AcquireZIPInfo(), BZIPEntropy, _EntropyInfo::entropy, EntropyDomain, EnumerateError, _EntropyInfo::handle, LZMAEntropy, MemoryError, _EntropyInfo::signature, ThrowWizardFatalError, _EntropyInfo::timestamp, WizardSignature, and ZIPEntropy.
Referenced by GenerateEntropicChaos().
| WizardExport EntropyInfo * DestroyEntropyInfo | ( | EntropyInfo * | entropy_info | ) |
Definition at line 154 of file entropy.c.
References BZIPEntropy, DestroyBZIPInfo(), DestroyLZMAInfo(), DestroyZIPInfo(), _EntropyInfo::entropy, EntropyDomain, GetWizardModule, _EntropyInfo::handle, LogWizardEvent(), LZMAEntropy, RelinquishWizardMemory(), _EntropyInfo::signature, TraceEvent, WizardAssert, WizardSignature, and ZIPEntropy.
Referenced by GenerateEntropicChaos().
| WizardExport const StringInfo * GetEntropyChaos | ( | const EntropyInfo * | entropy_info | ) |
Definition at line 210 of file entropy.c.
References BZIPEntropy, _EntropyInfo::entropy, EntropyDomain, EnumerateError, GetBZIPChaos(), GetLZMAChaos(), GetWizardModule, GetZIPChaos(), _EntropyInfo::handle, LogWizardEvent(), LZMAEntropy, _EntropyInfo::signature, ThrowWizardFatalError, TraceEvent, WizardAssert, WizardSignature, and ZIPEntropy.
Referenced by GenerateEntropicChaos().
| WizardExport WizardBooleanType IncreaseEntropy | ( | EntropyInfo * | entropy_info, |
| const StringInfo * | message, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 283 of file entropy.c.
References BZIPEntropy, _EntropyInfo::entropy, EntropyDomain, EnumerateError, GetWizardModule, _EntropyInfo::handle, IncreaseBZIP(), IncreaseLZMA(), IncreaseZIP(), LogWizardEvent(), LZMAEntropy, _EntropyInfo::signature, ThrowWizardFatalError, TraceEvent, WizardAssert, WizardFalse, WizardSignature, and ZIPEntropy.
Referenced by GenerateEntropicChaos().
| WizardExport WizardBooleanType RestoreEntropy | ( | EntropyInfo * | entropy_info, |
| const size_t | length, | ||
| const StringInfo * | message, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 362 of file entropy.c.
References BZIPEntropy, _EntropyInfo::entropy, EntropyDomain, EnumerateError, GetWizardModule, _EntropyInfo::handle, LogWizardEvent(), LZMAEntropy, RestoreBZIP(), RestoreLZMA(), RestoreZIP(), _EntropyInfo::signature, ThrowWizardFatalError, TraceEvent, WizardAssert, WizardFalse, WizardSignature, and ZIPEntropy.