MagickCore 7.0.10
sha2512.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _SHA2512Info SHA2512Info
 

Functions

WizardExport SHA2512InfoAcquireSHA2512Info (void)
 
WizardExport SHA2512InfoDestroySHA2512Info (SHA2512Info *)
 
WizardExport const StringInfoGetSHA2512Digest (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 Documentation

◆ SHA2512Info

typedef struct _SHA2512Info SHA2512Info

Definition at line 26 of file sha2512.h.

Function Documentation

◆ AcquireSHA2512Info()

WizardExport SHA2512Info * AcquireSHA2512Info ( void  )

◆ DestroySHA2512Info()

◆ FinalizeSHA2512()

WizardExport WizardBooleanType FinalizeSHA2512 ( SHA2512Info )

◆ GetSHA2512Blocksize()

WizardExport unsigned int GetSHA2512Blocksize ( const SHA2512Info )

◆ GetSHA2512Digest()

WizardExport const StringInfo * GetSHA2512Digest ( const SHA2512Info sha2512_info)

◆ GetSHA2512Digestsize()

WizardExport unsigned int GetSHA2512Digestsize ( const SHA2512Info sha2512_info)

◆ InitializeSHA2512()

WizardExport WizardBooleanType InitializeSHA2512 ( SHA2512Info )

◆ UpdateSHA2512()