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... | |
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.
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.
uint32_t start_operation_params::dest |
Destination for this operation.
Definition at line 220 of file dif_keymgr.c.
uint32_t start_operation_params::op |
Operation to start.
Definition at line 224 of file dif_keymgr.c.