Crypto_AesModeParams_t Struct Reference

AES Mode specific parameters. Certain AES modes need additional configuration that be handled here. Valid for AES_CTR, GCM and CCM modes only. More...

#include <drivers/crypto/Crypto.h>

Detailed Description

AES Mode specific parameters. Certain AES modes need additional configuration that be handled here. Valid for AES_CTR, GCM and CCM modes only.

This structure defines the AES mode specific parameters for Crypto_AES_CTR, Crypto_AES_GCM and Crypto_AES_CCM. Crypto_AES_GCM and Crypto_AES_CCM.

Field Documentation

Crypto_AesCcmCfg Crypto_AesModeParams_t::ccmParam

CCM parameters

Crypto_AesCounterWidth Crypto_AesModeParams_t::counterWidth

Counter width

Crypto_AesGcmMode Crypto_AesModeParams_t::gcmMode

GCM mode


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

Copyright 2018, Texas Instruments Incorporated