MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
MCUXCLKEY_LOADSTATUS_

Load location options. More...

Macros

#define MCUXCLKEY_LOADSTATUS_NOTLOADED
 Key not loaded.
#define MCUXCLKEY_LOADSTATUS_NOTLOADED_SLOTDEFINED
 Key is not loaded yet, but the HW IP slot is set for the key.
#define MCUXCLKEY_LOADSTATUS_LOCATION_MASK
 Bit mask for the key location.
#define MCUXCLKEY_LOADSTATUS_LOCATION_NONE
 Key is not loaded to any location.
#define MCUXCLKEY_LOADSTATUS_LOCATION_COPRO
 Key is loaded to a HW IP slot.
#define MCUXCLKEY_LOADSTATUS_OPTIONS_MASK
 Bit mask for additional option bits of a key load status.
#define MCUXCLKEY_LOADSTATUS_OPTIONS_KEEPLOADED
 Do not flush the key after the operation (for Symmetric and ECCKI keys only).
#define MCUXCLKEY_LOADSTATUS_OPTIONS_WRITEONLY
 Key is loaded to a location that is write-only (e.g., SGI WO key slots).

Detailed Description

Load location options.

Macro Definition Documentation

◆ MCUXCLKEY_LOADSTATUS_NOTLOADED

#define MCUXCLKEY_LOADSTATUS_NOTLOADED

Key not loaded.

◆ MCUXCLKEY_LOADSTATUS_NOTLOADED_SLOTDEFINED

#define MCUXCLKEY_LOADSTATUS_NOTLOADED_SLOTDEFINED

Key is not loaded yet, but the HW IP slot is set for the key.

◆ MCUXCLKEY_LOADSTATUS_LOCATION_MASK

#define MCUXCLKEY_LOADSTATUS_LOCATION_MASK

Bit mask for the key location.

◆ MCUXCLKEY_LOADSTATUS_LOCATION_NONE

#define MCUXCLKEY_LOADSTATUS_LOCATION_NONE

Key is not loaded to any location.

◆ MCUXCLKEY_LOADSTATUS_LOCATION_COPRO

#define MCUXCLKEY_LOADSTATUS_LOCATION_COPRO

Key is loaded to a HW IP slot.

◆ MCUXCLKEY_LOADSTATUS_OPTIONS_MASK

#define MCUXCLKEY_LOADSTATUS_OPTIONS_MASK

Bit mask for additional option bits of a key load status.

◆ MCUXCLKEY_LOADSTATUS_OPTIONS_KEEPLOADED

#define MCUXCLKEY_LOADSTATUS_OPTIONS_KEEPLOADED

Do not flush the key after the operation (for Symmetric and ECCKI keys only).

◆ MCUXCLKEY_LOADSTATUS_OPTIONS_WRITEONLY

#define MCUXCLKEY_LOADSTATUS_OPTIONS_WRITEONLY

Key is loaded to a location that is write-only (e.g., SGI WO key slots).