![]() |
![]() |
AES Additional Authentication Data input parameters. More...
#include <drivers/crypto/Crypto.h>
Data Fields | |
const uint8_t * | ptrKey2 |
Crypto_AesKeySize | key2Size |
uint32_t | authLen |
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.
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