ID Chip Reader
|
Header file for typedefs and macros. More...
Go to the source code of this file.
Macros | |
#define | CRYPTOGRAPHY_TYPEDEF_H_ |
#define | TRUE 1 |
#define | FALSE 0 |
#define | true 1 |
#define | false 0 |
Typedefs | |
typedef unsigned char | uchar |
typedef unsigned char | u8 |
typedef unsigned char | U8 |
typedef unsigned char | uint8 |
typedef unsigned char | uint8_t |
typedef unsigned char | UINT8 |
typedef unsigned char | BYTE |
typedef signed char | s8 |
typedef signed char | S8 |
typedef signed char | int8 |
typedef signed char | INT8 |
typedef signed char | char_t |
typedef unsigned int | u16 |
typedef unsigned int | uint16 |
typedef unsigned int | uint16_t |
typedef unsigned int | UINT16 |
typedef unsigned int | WORD |
typedef signed int | s16 |
typedef signed int | S16 |
typedef signed int | int16 |
typedef signed int | INT16 |
typedef unsigned long | uint |
typedef unsigned long | ushort |
typedef unsigned long | u32 |
typedef unsigned long | U32 |
typedef unsigned long | uint32 |
typedef unsigned long | uint32_t |
typedef unsigned long | UINT32 |
typedef unsigned long | DWORD |
typedef signed long | s32 |
typedef signed long | S32 |
typedef signed long | int32 |
typedef signed long | INT32 |
typedef unsigned long | uint64_t |
typedef unsigned long | u64 |
typedef unsigned long | U64 |
typedef unsigned long | uint64 |
typedef unsigned long | UINT64 |
typedef signed long | s64 |
typedef signed long | S64 |
typedef signed long | int64 |
typedef signed long | INT64 |
typedef unsigned short | string |
Header file for typedefs and macros.
#define CRYPTOGRAPHY_TYPEDEF_H_ |
#define FALSE 0 |
#define false 0 |
#define TRUE 1 |
#define true 1 |
typedef unsigned char BYTE |
typedef signed char char_t |
typedef unsigned long DWORD |
typedef signed int int16 |
typedef signed int INT16 |
typedef signed long int32 |
typedef signed long INT32 |
typedef signed long int64 |
typedef signed long INT64 |
typedef signed char int8 |
typedef signed char INT8 |
typedef signed int s16 |
typedef signed int S16 |
typedef signed long s32 |
typedef signed long S32 |
typedef signed long s64 |
typedef signed long S64 |
typedef signed char S8 |
typedef signed char s8 |
typedef unsigned short string |
typedef unsigned int u16 |
typedef unsigned long U32 |
typedef unsigned long u32 |
typedef unsigned long u64 |
typedef unsigned long U64 |
typedef unsigned char u8 |
typedef unsigned char U8 |
typedef unsigned char uchar |
typedef unsigned long uint |
typedef unsigned int UINT16 |
typedef unsigned int uint16 |
typedef unsigned int uint16_t |
typedef unsigned long UINT32 |
typedef unsigned long uint32 |
typedef unsigned long uint32_t |
typedef unsigned long uint64 |
typedef unsigned long UINT64 |
typedef unsigned long uint64_t |
typedef unsigned char uint8 |
typedef unsigned char UINT8 |
typedef unsigned char uint8_t |
typedef unsigned long ushort |
typedef unsigned int WORD |