Infineon OPTIGA(TM) Trust X types.
More...
|
|
|
struct
|
sbBlob_d
|
|
|
Structure to specify a byte stream consisting of length and data pointer.
More...
|
|
|
|
|
|
#define
|
FALSE
0
|
|
|
Definition for false.
|
|
|
|
#define
|
TRUE
1
|
|
|
Definition for true.
|
|
|
|
#define
|
_STATIC_H
static
|
|
|
|
|
|
typedef char
|
char_t
|
|
|
Typedef for one byte integer.
|
|
|
|
typedef uint8_t *
|
puint8_t
|
|
|
Typedef for native byte pointer.
|
|
|
|
typedef uint32_t *
|
puint32_t
|
|
|
Typedef for a 4 byte unsigned integer pointer.
|
|
|
|
typedef uint16_t *
|
puint16_t
|
|
|
Typedef for unsigned word pointer.
|
|
|
|
typedef void
|
Void
|
|
|
Typedef for a void.
|
|
|
|
typedef double
|
double_t
|
|
|
Typedef for a double word.
|
|
|
|
typedef float
|
float_t
|
|
|
Typedef for a float.
|
|
|
|
typedef uint8_t
|
bool_t
|
|
|
Typedef for a boolean.
|
|
|
|
typedef
Void
*
|
hdl_t
|
|
|
Typedef for Handle.
|
|
|
|
typedef uint16_t
|
host_lib_status_t
|
|
|
typedef for host library status
|
|
|
|
typedef int32_t
|
optiga_lib_status_t
|
|
|
typedef for OPTIGA host library status (will be updated to different data type in the future to keep in sync with other modules)
|
|
|
|
typedef struct
sbBlob_d
|
sbBlob_d
|
|
|
Structure to specify a byte stream consisting of length and data pointer.
|
|
|
|
typedef void(*
|
app_event_handler_t
)(void *upper_layer_ctx,
host_lib_status_t
event)
|
|
|
typedef for application event handler
|
|
|
Infineon OPTIGA(TM) Trust X types.