app_aes_params_t Struct Reference

AES parameters structure definition. More...

#include <app_aes.h>

+ Collaboration diagram for app_aes_params_t:

Public Attributes

app_aes_mode_t use_mode
 AES encryption mode. More...
 
aes_init_t init
 AES operation parameters. More...
 
aes_env_t aes_env
 AES event structure. More...
 

Detailed Description

AES parameters structure definition.

Definition at line 143 of file app_aes.h.

Member Data Documentation

◆ aes_env

aes_env_t app_aes_params_t::aes_env

AES event structure.

Definition at line 147 of file app_aes.h.

◆ init

aes_init_t app_aes_params_t::init

AES operation parameters.

Definition at line 146 of file app_aes.h.

◆ use_mode

app_aes_mode_t app_aes_params_t::use_mode

AES encryption mode.

Definition at line 145 of file app_aes.h.


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