|
MagickCore 7.0.10
|
Go to the source code of this file.
Typedefs | |
| typedef struct _SHA2512Info | SHA2512Info |
Functions | |
| WizardExport SHA2512Info * | AcquireSHA2512Info (void) |
| WizardExport SHA2512Info * | DestroySHA2512Info (SHA2512Info *) |
| WizardExport const StringInfo * | GetSHA2512Digest (const SHA2512Info *) |
| WizardExport unsigned int | GetSHA2512Blocksize (const SHA2512Info *) |
| WizardExport unsigned int | GetSHA2512Digestsize (const SHA2512Info *) |
| WizardExport WizardBooleanType | InitializeSHA2512 (SHA2512Info *) |
| WizardExport WizardBooleanType | FinalizeSHA2512 (SHA2512Info *) |
| WizardExport WizardBooleanType | UpdateSHA2512 (SHA2512Info *, const StringInfo *) |
| typedef struct _SHA2512Info SHA2512Info |
| WizardExport SHA2512Info * AcquireSHA2512Info | ( | void | ) |
| WizardExport SHA2512Info * DestroySHA2512Info | ( | SHA2512Info * | sha_info | ) |
Definition at line 159 of file sha2512.c.
References _SHA2512Info::accumulator, DestroyStringInfo(), _SHA2512Info::digest, GetWizardModule, LogWizardEvent(), _SHA2512Info::message, RelinquishWizardMemory(), _SHA2512Info::signature, TraceEvent, and WizardSignature.
Referenced by DestroyHashInfo().
| WizardExport WizardBooleanType FinalizeSHA2512 | ( | SHA2512Info * | ) |
| WizardExport unsigned int GetSHA2512Blocksize | ( | const SHA2512Info * | ) |
| WizardExport const StringInfo * GetSHA2512Digest | ( | const SHA2512Info * | sha2512_info | ) |
Definition at line 333 of file sha2512.c.
References _SHA2512Info::digest, GetWizardModule, HashDomain, LogWizardEvent(), _SHA2512Info::signature, TraceEvent, WizardAssert, and WizardSignature.
Referenced by FinalizeHash().
| WizardExport unsigned int GetSHA2512Digestsize | ( | const SHA2512Info * | sha2512_info | ) |
Definition at line 363 of file sha2512.c.
References CipherDomain, _SHA2512Info::digestsize, GetWizardModule, LogWizardEvent(), _SHA2512Info::signature, TraceEvent, WizardAssert, and WizardSignature.
Referenced by AcquireHashInfo(), and GetHashDigestsize().
| WizardExport WizardBooleanType InitializeSHA2512 | ( | SHA2512Info * | ) |
| WizardExport WizardBooleanType UpdateSHA2512 | ( | SHA2512Info * | sha_info, |
| const StringInfo * | message | ||
| ) |
Definition at line 675 of file sha2512.c.
References CopyWizardMemory(), GetStringInfoDatum(), GetStringInfoLength(), _SHA2512Info::high_order, _SHA2512Info::low_order, _SHA2512Info::message, _SHA2512Info::offset, SetStringInfoDatum(), _SHA2512Info::signature, TransformSHA2512(), Trunc64(), WizardSignature, and WizardTrue.
Referenced by UpdateHash().