AES parameters structure definition. More...
#include <app_aes.h>
Collaboration diagram for app_aes_params_t: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... | |
| aes_init_t app_aes_params_t::init |
| app_aes_mode_t app_aes_params_t::use_mode |
| app_aes_type_t app_aes_params_t::use_type |