MagickCore 7.0.10
sha2384.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 _SHA2384Info SHA2384Info
 

Functions

WizardExport SHA2384InfoAcquireSHA2384Info (void)
 
WizardExport SHA2384InfoDestroySHA2384Info (SHA2384Info *)
 
WizardExport const StringInfoGetSHA2384Digest (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 Documentation

◆ SHA2384Info

typedef struct _SHA2384Info SHA2384Info

Definition at line 26 of file sha2384.h.

Function Documentation

◆ AcquireSHA2384Info()

WizardExport SHA2384Info * AcquireSHA2384Info ( void  )

◆ DestroySHA2384Info()

◆ FinalizeSHA2384()

WizardExport WizardBooleanType FinalizeSHA2384 ( SHA2384Info )

◆ GetSHA2384Blocksize()

WizardExport unsigned int GetSHA2384Blocksize ( const SHA2384Info )

◆ GetSHA2384Digest()

WizardExport const StringInfo * GetSHA2384Digest ( const SHA2384Info sha2384_info)

◆ GetSHA2384Digestsize()

WizardExport unsigned int GetSHA2384Digestsize ( const SHA2384Info sha2384_info)

◆ InitializeSHA2384()

WizardExport WizardBooleanType InitializeSHA2384 ( SHA2384Info )

◆ UpdateSHA2384()