MagickCore 7.0.10
_SHA2256Info Struct Reference
Collaboration diagram for _SHA2256Info:
[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 56 of file sha2256.c.

Field Documentation

◆ accumulator

unsigned int* _SHA2256Info::accumulator

◆ blocksize

unsigned int _SHA2256Info::blocksize

Definition at line 60 of file sha2256.c.

Referenced by AcquireSHA2256Info(), and GetSHA2256Blocksize().

◆ digest

StringInfo* _SHA2256Info::digest

◆ digestsize

unsigned int _SHA2256Info::digestsize

Definition at line 59 of file sha2256.c.

Referenced by AcquireSHA2256Info(), and GetSHA2256Digestsize().

◆ high_order

unsigned int _SHA2256Info::high_order

Definition at line 69 of file sha2256.c.

Referenced by FinalizeSHA2256(), InitializeSHA2256(), and UpdateSHA2256().

◆ low_order

unsigned int _SHA2256Info::low_order

Definition at line 68 of file sha2256.c.

Referenced by FinalizeSHA2256(), InitializeSHA2256(), and UpdateSHA2256().

◆ lsb_first

WizardBooleanType _SHA2256Info::lsb_first

Definition at line 75 of file sha2256.c.

Referenced by AcquireSHA2256Info(), and TransformSHA2256().

◆ message

StringInfo * _SHA2256Info::message

◆ offset

size_t _SHA2256Info::offset

Definition at line 72 of file sha2256.c.

Referenced by InitializeSHA2256(), and UpdateSHA2256().

◆ signature

◆ timestamp

time_t _SHA2256Info::timestamp

Definition at line 78 of file sha2256.c.

Referenced by AcquireSHA2256Info().


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