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 |
uint8_t* SecureBoot_Stream_t_::dataIn |
Pointer to the data in shared memory.
uint32_t SecureBoot_Stream_t_::dataLen |
Size of the data.
uint8_t SecureBoot_Stream_t_::canBeEncrypted |
Whether this data could be encrypted or not.