Structure defines the AES configuration.

This structure defines AES configuration required for the operation which includes type of operation, input message, length of input message, key configuration structure, and so on.

Public Attributes#

Encryption or decryption.

const uint8_t *

Pointer to the input message.

uint16_t

Length of the message.

const uint8_t *

Pointer to the Initialization vector.

Public Attribute Documentation#

aes_mode#

sl_si91x_aes_mode_t sl_si91x_aes_config_t::aes_mode

AES Mode.


encrypt_decrypt#

sl_si91x_aes_type_t sl_si91x_aes_config_t::encrypt_decrypt

Encryption or decryption.


msg#

const uint8_t* sl_si91x_aes_config_t::msg

Pointer to the input message.


msg_length#

uint16_t sl_si91x_aes_config_t::msg_length

Length of the message.


iv#

const uint8_t* sl_si91x_aes_config_t::iv

Pointer to the Initialization vector.


key_config#

sl_si91x_aes_key_config_t sl_si91x_aes_config_t::key_config

Key configuration.