Data Fields
AESCCM_SegmentedAADOperation Struct Reference

Struct containing the parameters required for authenticating/verifying additional data in a segmented operation. Must be updated for each add AAD step of a segmented operation. More...

#include <AESCCM.h>

Data Fields

uint8_t * aad
 
size_t aadLength
 

Detailed Description

Struct containing the parameters required for authenticating/verifying additional data in a segmented operation. Must be updated for each add AAD step of a segmented operation.

Field Documentation

§ aad

uint8_t* AESCCM_SegmentedAADOperation::aad

A buffer of length aadLength containing additional authentication data to be authenticated/verified but not encrypted/decrypted.

§ aadLength

size_t AESCCM_SegmentedAADOperation::aadLength

Length of the aad in bytes. Must be non-zero, multiple of the AES block size (16 bytes) unless the last chunk of AAD is being passed in. In that case, this value doesn't need to be an AES block-sized multiple.


The documentation for this struct was generated from the following file:
© Copyright 1995-2022, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale