|
WizardsToolkit
1.0.7
|

Data Fields | |
| unsigned int | digestsize |
| unsigned int | blocksize |
| StringInfo * | digest |
| StringInfo * | message |
| unsigned int * | accumulator |
| unsigned int | low_order |
| unsigned int | high_order |
| size_t | offset |
| WizardBooleanType | lsb_first |
| time_t | timestamp |
| size_t | signature |
| unsigned int* _SHA256Info::accumulator |
Definition at line 67 of file sha256.c.
Referenced by AcquireSHA256Info(), DestroySHA256Info(), FinalizeSHA256(), InitializeSHA256(), and TransformSHA256().
| unsigned int _SHA256Info::blocksize |
Definition at line 59 of file sha256.c.
Referenced by AcquireSHA256Info(), and GetSHA256Blocksize().
Definition at line 63 of file sha256.c.
Referenced by AcquireSHA256Info(), DestroySHA256Info(), FinalizeSHA256(), and GetSHA256Digest().
| unsigned int _SHA256Info::digestsize |
Definition at line 59 of file sha256.c.
Referenced by AcquireSHA256Info(), and GetSHA256Digestsize().
| unsigned int _SHA256Info::high_order |
Definition at line 67 of file sha256.c.
Referenced by FinalizeSHA256(), InitializeSHA256(), and UpdateSHA256().
| unsigned int _SHA256Info::low_order |
Definition at line 67 of file sha256.c.
Referenced by FinalizeSHA256(), InitializeSHA256(), and UpdateSHA256().
Definition at line 75 of file sha256.c.
Referenced by AcquireSHA256Info(), and TransformSHA256().
Definition at line 63 of file sha256.c.
Referenced by AcquireSHA256Info(), DestroySHA256Info(), FinalizeSHA256(), TransformSHA256(), and UpdateSHA256().
| size_t _SHA256Info::offset |
Definition at line 72 of file sha256.c.
Referenced by InitializeSHA256(), and UpdateSHA256().
| size_t _SHA256Info::signature |
Definition at line 81 of file sha256.c.
Referenced by AcquireSHA256Info(), DestroySHA256Info(), FinalizeSHA256(), GetSHA256Blocksize(), GetSHA256Digest(), GetSHA256Digestsize(), InitializeSHA256(), and UpdateSHA256().
| time_t _SHA256Info::timestamp |
Definition at line 78 of file sha256.c.
Referenced by AcquireSHA256Info().