MagickCore 7.0.10
sha1.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 _SHA1Info SHA1Info
 

Functions

WizardExport SHA1InfoAcquireSHA1Info (void)
 
WizardExport SHA1InfoDestroySHA1Info (SHA1Info *)
 
WizardExport const StringInfoGetSHA1Digest (const SHA1Info *)
 
WizardExport unsigned int GetSHA1Blocksize (const SHA1Info *)
 
WizardExport unsigned int GetSHA1Digestsize (const SHA1Info *)
 
WizardExport WizardBooleanType InitializeSHA1 (SHA1Info *)
 
WizardExport WizardBooleanType FinalizeSHA1 (SHA1Info *)
 
WizardExport WizardBooleanType UpdateSHA1 (SHA1Info *, const StringInfo *)
 

Typedef Documentation

◆ SHA1Info

typedef struct _SHA1Info SHA1Info

Definition at line 26 of file sha1.h.

Function Documentation

◆ AcquireSHA1Info()

WizardExport SHA1Info * AcquireSHA1Info ( void  )

◆ DestroySHA1Info()

◆ FinalizeSHA1()

WizardExport WizardBooleanType FinalizeSHA1 ( SHA1Info )

◆ GetSHA1Blocksize()

WizardExport unsigned int GetSHA1Blocksize ( const SHA1Info )

◆ GetSHA1Digest()

WizardExport const StringInfo * GetSHA1Digest ( const SHA1Info sha1_info)

◆ GetSHA1Digestsize()

WizardExport unsigned int GetSHA1Digestsize ( const SHA1Info sha1_info)

◆ InitializeSHA1()

WizardExport WizardBooleanType InitializeSHA1 ( SHA1Info )

◆ UpdateSHA1()