Go to the source code of this file.
Defines | |
| #define | WizardLLConstant(c) (WizardOffsetType) (c ## LL) |
| #define | WizardULLConstant(c) (WizardSizeType) (c ## ULL) |
| #define | WizardOffsetFormat "lu" |
| #define | WizardSizeFormat "lu" |
Typedefs | |
| typedef unsigned int | WizardStatusType |
| typedef ssize_t | WizardOffsetType |
| typedef size_t | WizardSizeType |
Enumerations | |
| enum | WizardBooleanType { WizardFalse = 0, WizardTrue = 1 } |
| #define WizardLLConstant | ( | c | ) | (WizardOffsetType) (c ## LL) |
| #define WizardOffsetFormat "lu" |
| #define WizardSizeFormat "lu" |
| #define WizardULLConstant | ( | c | ) | (WizardSizeType) (c ## ULL) |
Referenced by InitializeCRC64(), InitializeSHA384(), InitializeSHA512(), TransformSHA384(), TransformSHA512(), and Trunc64().
| typedef ssize_t WizardOffsetType |
| typedef size_t WizardSizeType |
| typedef unsigned int WizardStatusType |
| enum WizardBooleanType |
1.7.1