app_aes_params_t Struct Reference

AES parameters structure definition. More...

#include <app_aes.h>

Public Attributes

app_aes_type_t use_type
 Specifies the operation mode of AES. More...
 
app_aes_mode_t use_mode
 AES encryption mode. More...
 
aes_init_t init
 AES operation parameters
More...
 

Detailed Description

AES parameters structure definition.

Definition at line 110 of file app_aes.h.

Member Data Documentation

◆ init

aes_init_t app_aes_params_t::init

AES operation parameters

Definition at line 114 of file app_aes.h.

◆ use_mode

app_aes_mode_t app_aes_params_t::use_mode

AES encryption mode.

Definition at line 113 of file app_aes.h.

◆ use_type

app_aes_type_t app_aes_params_t::use_type

Specifies the operation mode of AES.

Definition at line 112 of file app_aes.h.


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