![]() |
![]() |
AES Parameters. More...
#include <drivers/crypto/Crypto.h>
Data Fields | |
const uint8_t * | ptrKey |
Crypto_AesKeySize | keySize |
void * | ptrIV |
Crypto_AesAadParams | aadParams |
Crypto_AesModeParams | modeParams |
AES Parameters.
This structure defines the AES parameters used in Crypto_encrypt and Crypto_decrypt functions.
Crypto_AesAadParams Crypto_EncryptParams_t::aadParams |
AES additional authentication parameters
Crypto_AesKeySize Crypto_EncryptParams_t::keySize |
AES Key size type
Crypto_AesModeParams Crypto_EncryptParams_t::modeParams |
AES mode specific parameters
void* Crypto_EncryptParams_t::ptrIV |
Pointer to AES Initialization Vector
const uint8_t* Crypto_EncryptParams_t::ptrKey |
pointer to AES key