app_aes_params_t Struct Reference

AES parameters structure definition. More...

#include <app_aes.h>

Data Fields

app_aes_type_t use_type
 
app_aes_mode_t use_mode
 
aes_init_t init
 

Detailed Description

AES parameters structure definition.

Field Documentation

◆ init

aes_init_t app_aes_params_t::init

AES operation parameters

◆ use_mode

app_aes_mode_t app_aes_params_t::use_mode

AES encryption mode.

◆ use_type

app_aes_type_t app_aes_params_t::use_type

Specifies the operation mode of AES.


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