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.


msgLen#

uint32_t GblEncryptionInitAesCcm_t::msgLen

Length of the cipher text in bytes.


nonce#

uint8_t GblEncryptionInitAesCcm_t::nonce[12]

Random nonce used for AES-CTR in this message.