MagickCore 7.0.10
_SHA1Info Struct Reference
Collaboration diagram for _SHA1Info:
[legend]

Data Fields

unsigned int digestsize
 
unsigned int blocksize
 
StringInfodigest
 
StringInfomessage
 
unsigned int * accumulator
 
unsigned int low_order
 
unsigned int high_order
 
size_t offset
 
WizardBooleanType lsb_first
 
time_t timestamp
 
size_t signature
 

Detailed Description

Definition at line 57 of file sha1.c.

Field Documentation

◆ accumulator

unsigned int* _SHA1Info::accumulator

Definition at line 68 of file sha1.c.

Referenced by AcquireSHA1Info(), DestroySHA1Info(), FinalizeSHA1(), InitializeSHA1(), and TransformSHA1().

◆ blocksize

unsigned int _SHA1Info::blocksize

Definition at line 61 of file sha1.c.

Referenced by AcquireSHA1Info(), and GetSHA1Blocksize().

◆ digest

StringInfo* _SHA1Info::digest

Definition at line 64 of file sha1.c.

Referenced by AcquireSHA1Info(), DestroySHA1Info(), FinalizeSHA1(), and GetSHA1Digest().

◆ digestsize

unsigned int _SHA1Info::digestsize

Definition at line 60 of file sha1.c.

Referenced by AcquireSHA1Info(), and GetSHA1Digestsize().

◆ high_order

unsigned int _SHA1Info::high_order

Definition at line 70 of file sha1.c.

Referenced by FinalizeSHA1(), InitializeSHA1(), and UpdateSHA1().

◆ low_order

unsigned int _SHA1Info::low_order

Definition at line 69 of file sha1.c.

Referenced by FinalizeSHA1(), InitializeSHA1(), and UpdateSHA1().

◆ lsb_first

WizardBooleanType _SHA1Info::lsb_first

Definition at line 76 of file sha1.c.

Referenced by AcquireSHA1Info(), and TransformSHA1().

◆ message

StringInfo * _SHA1Info::message

Definition at line 65 of file sha1.c.

Referenced by AcquireSHA1Info(), DestroySHA1Info(), FinalizeSHA1(), TransformSHA1(), and UpdateSHA1().

◆ offset

size_t _SHA1Info::offset

Definition at line 73 of file sha1.c.

Referenced by InitializeSHA1(), and UpdateSHA1().

◆ signature

size_t _SHA1Info::signature

◆ timestamp

time_t _SHA1Info::timestamp

Definition at line 79 of file sha1.c.

Referenced by AcquireSHA1Info().


The documentation for this struct was generated from the following file: