19 #ifndef MCUXCLKEY_TYPES_H_ 20 #define MCUXCLKEY_TYPES_H_ 41 #define MCUXCLKEY_STATUS_OK ((mcuxClKey_Status_t) 0xE2E2E2E2u ) 42 #define MCUXCLKEY_STATUS_ERROR ((mcuxClKey_Status_t) 0xE2E22E2Eu ) struct mcuxClKey_DstDataProvider mcuxClKey_DstDataProvider_t
Type of destination information structure.
mcuxClKey_Status_Protected_t(* mcuxClKey_FlushFuncPtr_t)(mcuxClKey_Handle_t key)
Functions to flush a key from coprocessor or memory buffer.
Definition: mcuxClKey_Types.h:133
Use key from memory.
Definition: mcuxClKey_Types.h:83
Type for CSS key store key properties.
Definition: mcuxClCss_Types.h:196
uint32_t slot
Destination key slot.
Definition: mcuxClKey_Types.h:93
Type of destination information structure.
Definition: mcuxClKey_Types.h:90
mcuxClKey_FlushFuncPtr_t flushFunc
Function pointer to a flush function.
Definition: mcuxClKey_Types.h:140
mcuxClCss_KeyProp_t key_properties
Requested properties of the destination key.
Definition: mcuxClKey_Types.h:94
uint32_t protectionTokenLoad
Protection token of the load function.
Definition: mcuxClKey_Types.h:141
Use key from HW IP.
Definition: mcuxClKey_Types.h:84
enum mcuxClKey_LoadLocation mcuxClKey_LoadLocation_t
Type of key location definition.
Key not loaded.
Definition: mcuxClKey_Types.h:82
Type of the key handle.
Definition: mcuxClKey_Types.h:104
uint8_t * pData
Pointer to memory buffer for used as key destination.
Definition: mcuxClKey_Types.h:91
uint64_t mcuxClKey_Status_Protected_t
Type for Key component error codes, returned by functions with code-flow protection.
Definition: mcuxClKey_Types.h:68
Type to map algorithm id and size.
Definition: mcuxClKey_KeyTypes.h:53
Type of source information structure.
Definition: mcuxClKey_Types.h:73
const uint8_t * pData
Pointer to memory buffer with source information.
Definition: mcuxClKey_Types.h:74
uint32_t protectionTokenFlush
Protection token of the flush function.
Definition: mcuxClKey_Types.h:142
mcuxClKey_LoadLocation
Type of key location definition.
Definition: mcuxClKey_Types.h:81
mcuxClKey_SrcAuxDataProvider_t srcAux
Provide aux information for the key.
Definition: mcuxClKey_Types.h:108
mcuxClKey_Status_Protected_t(* mcuxClKey_LoadFuncPtr_t)(mcuxClKey_Handle_t key)
Functions to load a key into coprocessor or memory buffer.
Definition: mcuxClKey_Types.h:124
uint32_t slot
Source key slot.
Definition: mcuxClKey_Types.h:75
mcuxClKey_Type_t type
Define which keytype shall be loaded.
Definition: mcuxClKey_Types.h:105
const uint8_t * pSrcKeyData
Provide source information for the key.
Definition: mcuxClKey_Types.h:107
mcuxClKey_DstDataProvider_t dstKey
Provide destination information for the key.
Definition: mcuxClKey_Types.h:109
struct mcuxClKey_Descriptor mcuxClKey_Descriptor_t
Type of the key handle.
uint32_t mcuxClKey_Status_t
Type for Key component error codes.
Definition: mcuxClKey_Types.h:63
Type to map load and flush functions.
Definition: mcuxClKey_Types.h:138
struct mcuxClKey_SrcAuxDataProvider mcuxClKey_SrcAuxDataProvider_t
Type of source information structure.
mcuxClKey_Descriptor_t * mcuxClKey_Handle_t
Type of opaque key handle.
Definition: mcuxClKey_Types.h:115
uint32_t byteCount
Length field of the destination memory buffer.
Definition: mcuxClKey_Types.h:92
const struct mcuxClKey_Protection * protection
Define which load and flush mechanism shall be used.
Definition: mcuxClKey_Types.h:106
Top-level include file for the CSSv2 driver.
mcuxClKey_LoadLocation_t loadLocation
Defines which key is used.
Definition: mcuxClKey_Types.h:95
mcuxClKey_LoadFuncPtr_t loadFunc
Function pointer to a load function.
Definition: mcuxClKey_Types.h:139
struct mcuxClKey_Protection mcuxClKey_Protection_t
Type to map load and flush functions.
Definition of supported key types in mcuxClKey component.