Structure defining ChaChaPoly configuration.
This structure defines the ChaChaPoly 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.
ChachaPoly mode.
DMA Disable or Enable.
const uint8_t *
Pointer to the input message.
uint16_t
Length of the message.
const uint8_t *
Pointer to the Initialization vector.
const uint8_t *
Pointer to the additional data.
uint16_t
Length of the additional data.
Key configuration.
Public Attribute Documentation#
encrypt_decrypt#
sl_si91x_chachapoly_type_t sl_si91x_chachapoly_config_t::encrypt_decrypt
Encryption or decryption.
chachapoly_mode#
sl_si91x_chachapoly_mode_t sl_si91x_chachapoly_config_t::chachapoly_mode
ChachaPoly mode.
key_config#
sl_si91x_chachapoly_key_config_t sl_si91x_chachapoly_config_t::key_config
Key configuration.