MagickCore 7.0.10
sha2224.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 _SHA2224Info SHA2224Info
 

Functions

WizardExport SHA2224InfoAcquireSHA2224Info (void)
 
WizardExport SHA2224InfoDestroySHA2224Info (SHA2224Info *)
 
WizardExport const StringInfoGetSHA2224Digest (const SHA2224Info *)
 
WizardExport unsigned int GetSHA2224Blocksize (const SHA2224Info *)
 
WizardExport unsigned int GetSHA2224Digestsize (const SHA2224Info *)
 
WizardExport WizardBooleanType InitializeSHA2224 (SHA2224Info *)
 
WizardExport WizardBooleanType FinalizeSHA2224 (SHA2224Info *)
 
WizardExport WizardBooleanType UpdateSHA2224 (SHA2224Info *, const StringInfo *)
 

Typedef Documentation

◆ SHA2224Info

typedef struct _SHA2224Info SHA2224Info

Definition at line 26 of file sha2224.h.

Function Documentation

◆ AcquireSHA2224Info()

WizardExport SHA2224Info * AcquireSHA2224Info ( void  )

◆ DestroySHA2224Info()

◆ FinalizeSHA2224()

WizardExport WizardBooleanType FinalizeSHA2224 ( SHA2224Info )

◆ GetSHA2224Blocksize()

WizardExport unsigned int GetSHA2224Blocksize ( const SHA2224Info )

◆ GetSHA2224Digest()

WizardExport const StringInfo * GetSHA2224Digest ( const SHA2224Info sha2224_info)

◆ GetSHA2224Digestsize()

WizardExport unsigned int GetSHA2224Digestsize ( const SHA2224Info sha2224_info)

◆ InitializeSHA2224()

WizardExport WizardBooleanType InitializeSHA2224 ( SHA2224Info )

◆ UpdateSHA2224()