OPTIGA™ Trust M
Host Library Documentation
optiga_crypt Struct Reference

OPTIGA crypt instance structure. More...

#include <optiga_crypt.h>

Collaboration diagram for optiga_crypt:

Data Fields

optiga_crypt_params_t params
 Details/references (pointers) to the Application Inputs. More...
 
optiga_cmd_tmy_cmd
 Command module instance. More...
 
void * caller_context
 Caller context. More...
 
callback_handler_t handler
 Callback handler. More...
 
uint16_t instance_state
 To provide the busy/free status of the crypt instance. More...
 

Detailed Description

OPTIGA crypt instance structure.

Definition at line 79 of file optiga_crypt.h.

Field Documentation

◆ caller_context

void* optiga_crypt::caller_context

Caller context.

Definition at line 86 of file optiga_crypt.h.

◆ handler

callback_handler_t optiga_crypt::handler

Callback handler.

Definition at line 88 of file optiga_crypt.h.

◆ instance_state

uint16_t optiga_crypt::instance_state

To provide the busy/free status of the crypt instance.

Definition at line 90 of file optiga_crypt.h.

◆ my_cmd

optiga_cmd_t* optiga_crypt::my_cmd

Command module instance.

Definition at line 84 of file optiga_crypt.h.

◆ params

optiga_crypt_params_t optiga_crypt::params

Details/references (pointers) to the Application Inputs.

Definition at line 82 of file optiga_crypt.h.