|
MagickCore 7.0.10
|
Go to the source code of this file.
Typedefs | |
| typedef struct _SHA2384Info | SHA2384Info |
Functions | |
| WizardExport SHA2384Info * | AcquireSHA2384Info (void) |
| WizardExport SHA2384Info * | DestroySHA2384Info (SHA2384Info *) |
| WizardExport const StringInfo * | GetSHA2384Digest (const SHA2384Info *) |
| WizardExport unsigned int | GetSHA2384Blocksize (const SHA2384Info *) |
| WizardExport unsigned int | GetSHA2384Digestsize (const SHA2384Info *) |
| WizardExport WizardBooleanType | InitializeSHA2384 (SHA2384Info *) |
| WizardExport WizardBooleanType | FinalizeSHA2384 (SHA2384Info *) |
| WizardExport WizardBooleanType | UpdateSHA2384 (SHA2384Info *, const StringInfo *) |
| typedef struct _SHA2384Info SHA2384Info |
| WizardExport SHA2384Info * AcquireSHA2384Info | ( | void | ) |
| WizardExport SHA2384Info * DestroySHA2384Info | ( | SHA2384Info * | sha_info | ) |
Definition at line 159 of file sha2384.c.
References _SHA2384Info::accumulator, DestroyStringInfo(), _SHA2384Info::digest, GetWizardModule, LogWizardEvent(), _SHA2384Info::message, RelinquishWizardMemory(), _SHA2384Info::signature, TraceEvent, and WizardSignature.
Referenced by DestroyHashInfo().
| WizardExport WizardBooleanType FinalizeSHA2384 | ( | SHA2384Info * | ) |
| WizardExport unsigned int GetSHA2384Blocksize | ( | const SHA2384Info * | ) |
| WizardExport const StringInfo * GetSHA2384Digest | ( | const SHA2384Info * | sha2384_info | ) |
Definition at line 333 of file sha2384.c.
References _SHA2384Info::digest, GetWizardModule, HashDomain, LogWizardEvent(), _SHA2384Info::signature, TraceEvent, WizardAssert, and WizardSignature.
Referenced by FinalizeHash().
| WizardExport unsigned int GetSHA2384Digestsize | ( | const SHA2384Info * | sha2384_info | ) |
Definition at line 363 of file sha2384.c.
References CipherDomain, _SHA2384Info::digestsize, GetWizardModule, LogWizardEvent(), _SHA2384Info::signature, TraceEvent, WizardAssert, and WizardSignature.
Referenced by AcquireHashInfo(), and GetHashDigestsize().
| WizardExport WizardBooleanType InitializeSHA2384 | ( | SHA2384Info * | ) |
| WizardExport WizardBooleanType UpdateSHA2384 | ( | SHA2384Info * | sha_info, |
| const StringInfo * | message | ||
| ) |
Definition at line 675 of file sha2384.c.
References CopyWizardMemory(), GetStringInfoDatum(), GetStringInfoLength(), _SHA2384Info::high_order, _SHA2384Info::low_order, _SHA2384Info::message, _SHA2384Info::offset, SetStringInfoDatum(), _SHA2384Info::signature, TransformSHA2384(), Trunc64(), WizardSignature, and WizardTrue.
Referenced by UpdateHash().