Sa_PayloadInfo_t Struct Reference
[SA LLD Data Structures]

SA Payload Information structure. More...

#include <salld.h>

Data Fields

uint8_t encOffset
uint8_t authOffset
uint16_t encSize
uint16_t authSize
uint8_t * encIV
uint8_t * authIV
uint8_t * aad

Detailed Description

SA Payload Information structure.

Data structure providing the payload related information used to construct the SA-specific command labels in data mode

Definition at line 1410 of file salld.h.


Field Documentation

Contain the additional authenticated data in GCM/GMAC/CCM modes

Definition at line 1418 of file salld.h.

Contain the initialization vectors used in certain authentication modes.

Definition at line 1417 of file salld.h.

Specify the offset to the authenticated data in the packet in bytes

Definition at line 1412 of file salld.h.

Specify the total number of bytes to be authenticated

Definition at line 1414 of file salld.h.

Contain the initialization vectors used in certain encryption modes.

Note:
: IV should be specified here in GCM/GMAC/CCM mode

Definition at line 1415 of file salld.h.

Specify the offset to the encrypted/decrypted data in the packet in bytes

Definition at line 1411 of file salld.h.

Specify the total number of bytes to be encrypted or decrypted

Definition at line 1413 of file salld.h.


The documentation for this struct was generated from the following file:

Copyright 2014, Texas Instruments Incorporated