AM263x MCU+ SDK  10.00.00
SecureBoot_Stream_t_ Struct Reference

Detailed Description

This is the SecureBoot Stream type which holds the data for a specific bootloader to HSM call. This packet is needed by HSM the to do the required operation.

Data Fields

uint8_t * dataIn
 
uint32_t dataLen
 
uint8_t canBeEncrypted
 

Field Documentation

◆ dataIn

uint8_t* SecureBoot_Stream_t_::dataIn

Pointer to the data in shared memory.

◆ dataLen

uint32_t SecureBoot_Stream_t_::dataLen

Size of the data.

◆ canBeEncrypted

uint8_t SecureBoot_Stream_t_::canBeEncrypted

Whether this data could be encrypted or not.