SALLD Command Label Update Vaild Bit Definitions
[SA LLD Constants (enums and defines)]

Command Label Update Valid Bit Definitions

Bitmap definition of the validBitfield in Sa_CmdLbUpdateInfo_t.



#define sa_CMDL_UPDATE_VALID_ENC   0x0001
#define sa_CMDL_UPDATE_VALID_AUTH   0x0002
#define sa_CMDL_UPDATE_VALID_ENC_IV   0x0004
#define sa_CMDL_UPDATE_VALID_AUTH_IV   0x0008
#define sa_CMDL_UPDATE_VALID_AAD   0x0010
#define sa_CMDL_UPDATE_VALID_AUX_KEY   0x0020
#define sa_CMDL_UPDATE_VALID_PAYLOAD   0x0040
#define sa_CMDL_UPDATE_VALID_ENC_SIZE   0x0080
#define sa_CMDL_UPDATE_VALID_ENC_IV2   0x0100
#define sa_CMDL_UPDATE_VALID_AUTH_SIZE   0x0200

Define Documentation

#define sa_CMDL_UPDATE_VALID_AAD   0x0010

Control Info -- AAD is valid

Definition at line 1316 of file salld.h.

#define sa_CMDL_UPDATE_VALID_AUTH   0x0002

Control Info -- Authentication related information is valid

Definition at line 1301 of file salld.h.

#define sa_CMDL_UPDATE_VALID_AUTH_IV   0x0008

Control Info -- Authentication IV valid

Definition at line 1311 of file salld.h.

#define sa_CMDL_UPDATE_VALID_AUTH_SIZE   0x0200

Control Info -- Second authentication size update is required, such as GMAC mode

Definition at line 1341 of file salld.h.

#define sa_CMDL_UPDATE_VALID_AUX_KEY   0x0020

Control Info -- CMAC-type Auxiliary key is valid

Definition at line 1321 of file salld.h.

#define sa_CMDL_UPDATE_VALID_ENC   0x0001

Control Info -- Encryption related information is valid

Definition at line 1296 of file salld.h.

#define sa_CMDL_UPDATE_VALID_ENC_IV   0x0004

Control Info -- Encryption IV is valid

Definition at line 1306 of file salld.h.

#define sa_CMDL_UPDATE_VALID_ENC_IV2   0x0100

Control Info -- Second encryption IV update is required, such as CCM mode

Definition at line 1336 of file salld.h.

#define sa_CMDL_UPDATE_VALID_ENC_SIZE   0x0080

Control Info -- Second encryption size update is required, such as CCM mode

Definition at line 1331 of file salld.h.

#define sa_CMDL_UPDATE_VALID_PAYLOAD   0x0040

Control Info -- Payload pending is valid such as GMAC mode

Definition at line 1326 of file salld.h.


Copyright 2014, Texas Instruments Incorporated