GBL encryption init tag type. Used with AES-CCM encryption.
Public Attributes#
Tag ID and length.
uint32_t
Length of the cipher text in bytes.
uint8_t
Random nonce used for AES-CTR in this message.
Public Attribute Documentation#
header#
GblTagHeader_t GblEncryptionInitAesCcm_t::header
Tag ID and length.
Definition at line
270
of file platform/bootloader/parser/gbl/btl_gbl_format.h
msgLen#
uint32_t GblEncryptionInitAesCcm_t::msgLen
Length of the cipher text in bytes.
Definition at line
271
of file platform/bootloader/parser/gbl/btl_gbl_format.h
nonce#
uint8_t GblEncryptionInitAesCcm_t::nonce[12]
Random nonce used for AES-CTR in this message.
Definition at line
272
of file platform/bootloader/parser/gbl/btl_gbl_format.h