Data Fields
Crypto_EncryptParams_t Struct Reference

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
 

Detailed Description

AES Parameters.

This structure defines the AES parameters used in Crypto_encrypt and Crypto_decrypt functions.

Field Documentation

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


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

Copyright 2018, Texas Instruments Incorporated