MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClKey_DstDataProvider Struct Reference

Type of destination information structure. More...

#include <mcuxClKey_Types.h>

Data Fields

uint8_t * pData
 Pointer to memory buffer for used as key destination. More...
 
uint32_t byteCount
 Length field of the destination memory buffer. More...
 
uint32_t slot
 Destination key slot. More...
 
mcuxClCss_KeyProp_t key_properties
 Requested properties of the destination key. More...
 
mcuxClKey_LoadLocation_t loadLocation
 Defines which key is used. More...
 

Detailed Description

Type of destination information structure.

Field Documentation

◆ pData

uint8_t* mcuxClKey_DstDataProvider::pData

Pointer to memory buffer for used as key destination.

◆ byteCount

uint32_t mcuxClKey_DstDataProvider::byteCount

Length field of the destination memory buffer.

◆ slot

uint32_t mcuxClKey_DstDataProvider::slot

Destination key slot.

◆ key_properties

mcuxClCss_KeyProp_t mcuxClKey_DstDataProvider::key_properties

Requested properties of the destination key.

◆ loadLocation

mcuxClKey_LoadLocation_t mcuxClKey_DstDataProvider::loadLocation

Defines which key is used.