Data Fields
Crypto_AesAadInputParams_t Struct Reference

AES Additional Authentication Data input parameters. More...

#include <drivers/crypto/Crypto.h>

Data Fields

const uint8_t * ptrKey2
 
Crypto_AesKeySize key2Size
 
uint32_t authLen
 

Detailed Description

AES Additional Authentication Data input parameters.

This structure defines the AES Additional Authentication Data input parameters used for Crypto_AES_GCM and Crypto_AES_CCM.

Field Documentation

uint32_t Crypto_AesAadInputParams_t::authLen

length of the additional authentication data in bytes

Crypto_AesKeySize Crypto_AesAadInputParams_t::key2Size

AES second Key size type

const uint8_t* Crypto_AesAadInputParams_t::ptrKey2

pointer to AES second key


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

Copyright 2018, Texas Instruments Incorporated