MagickCore 7.0.10
sha2256.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 _SHA2256Info SHA2256Info
 

Functions

WizardExport SHA2256InfoAcquireSHA2256Info (void)
 
WizardExport SHA2256InfoDestroySHA2256Info (SHA2256Info *)
 
WizardExport const StringInfoGetSHA2256Digest (const SHA2256Info *)
 
WizardExport unsigned int GetSHA2256Blocksize (const SHA2256Info *)
 
WizardExport unsigned int GetSHA2256Digestsize (const SHA2256Info *)
 
WizardExport WizardBooleanType InitializeSHA2256 (SHA2256Info *)
 
WizardExport WizardBooleanType FinalizeSHA2256 (SHA2256Info *)
 
WizardExport WizardBooleanType UpdateSHA2256 (SHA2256Info *, const StringInfo *)
 

Typedef Documentation

◆ SHA2256Info

typedef struct _SHA2256Info SHA2256Info

Definition at line 26 of file sha2256.h.

Function Documentation

◆ AcquireSHA2256Info()

WizardExport SHA2256Info * AcquireSHA2256Info ( void  )

◆ DestroySHA2256Info()

◆ FinalizeSHA2256()

WizardExport WizardBooleanType FinalizeSHA2256 ( SHA2256Info )

◆ GetSHA2256Blocksize()

WizardExport unsigned int GetSHA2256Blocksize ( const SHA2256Info )

◆ GetSHA2256Digest()

WizardExport const StringInfo * GetSHA2256Digest ( const SHA2256Info sha2256_info)

◆ GetSHA2256Digestsize()

WizardExport unsigned int GetSHA2256Digestsize ( const SHA2256Info sha2256_info)

◆ InitializeSHA2256()

WizardExport WizardBooleanType InitializeSHA2256 ( SHA2256Info )

◆ UpdateSHA2256()