|
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* _SHA1Info::accumulator |
Definition at line 68 of file sha1.c.
Referenced by AcquireSHA1Info(), DestroySHA1Info(), FinalizeSHA1(), InitializeSHA1(), and TransformSHA1().
| unsigned int _SHA1Info::blocksize |
Definition at line 60 of file sha1.c.
Referenced by AcquireSHA1Info(), and GetSHA1Blocksize().
Definition at line 64 of file sha1.c.
Referenced by AcquireSHA1Info(), DestroySHA1Info(), FinalizeSHA1(), and GetSHA1Digest().
| unsigned int _SHA1Info::digestsize |
Definition at line 60 of file sha1.c.
Referenced by AcquireSHA1Info(), and GetSHA1Digestsize().
| unsigned int _SHA1Info::high_order |
Definition at line 68 of file sha1.c.
Referenced by FinalizeSHA1(), InitializeSHA1(), and UpdateSHA1().
| unsigned int _SHA1Info::low_order |
Definition at line 68 of file sha1.c.
Referenced by FinalizeSHA1(), InitializeSHA1(), and UpdateSHA1().
Definition at line 76 of file sha1.c.
Referenced by AcquireSHA1Info(), and TransformSHA1().
Definition at line 64 of file sha1.c.
Referenced by AcquireSHA1Info(), DestroySHA1Info(), FinalizeSHA1(), TransformSHA1(), and UpdateSHA1().
| size_t _SHA1Info::offset |
Definition at line 73 of file sha1.c.
Referenced by InitializeSHA1(), and UpdateSHA1().
| size_t _SHA1Info::signature |
Definition at line 82 of file sha1.c.
Referenced by AcquireSHA1Info(), DestroySHA1Info(), FinalizeSHA1(), GetSHA1Blocksize(), GetSHA1Digest(), GetSHA1Digestsize(), InitializeSHA1(), and UpdateSHA1().
| time_t _SHA1Info::timestamp |
Definition at line 79 of file sha1.c.
Referenced by AcquireSHA1Info().