Software APIs
Data Fields
start_operation_params Struct Reference

Parameters for starting a key manager operation. More...

Data Fields

uint32_t dest
 Destination for this operation.
 
uint32_t op
 Operation to start.
 
dif_keymgr_cdi_type_t cdi_type
 Compound Device Identifier type (sealing or attestation). More...
 

Detailed Description

Parameters for starting a key manager operation.

Values of the members must be the actual values that will be written to the CONTROL register.

Definition at line 216 of file dif_keymgr.c.

Field Documentation

◆ cdi_type

dif_keymgr_cdi_type_t start_operation_params::cdi_type

Compound Device Identifier type (sealing or attestation).

Only relevant for the creation of identities, software and sideload keys, otherwise the key manager operations are identical for both types.

Definition at line 231 of file dif_keymgr.c.

◆ dest

uint32_t start_operation_params::dest

Destination for this operation.

Definition at line 220 of file dif_keymgr.c.

◆ op

uint32_t start_operation_params::op

Operation to start.

Definition at line 224 of file dif_keymgr.c.