GBL encryption data tag type.

Public Attributes#

Tag ID and length.

uint8_t *

Encrypted data.

Public Attribute Documentation#

header#

GblTagHeader_t GblEncryptionData_t::header

Tag ID and length.


Definition at line 263 of file platform/bootloader/parser/gbl/btl_gbl_format.h

encryptedGblData#

uint8_t* GblEncryptionData_t::encryptedGblData

Encrypted data.

After decryption, this data must represent one or more complete unencrypted GBL tags.


Definition at line 264 of file platform/bootloader/parser/gbl/btl_gbl_format.h