Public Attributes#
Key type.
Key slot.
Wrap mode.
uint8_t
IV used in SL_SI91X_AES_CBC and SL_SI91X_AES_CTR modes.
uint8_t
Buffer to store the key.
uint32_t
Reserved for future use.
Public Attribute Documentation#
wrap_iv_mode#
sl_si91x_crypto_wrap_mode_t sl_si91x_chachapoly_key_config_b0_t::wrap_iv_mode
Wrap mode.
wrap_iv#
uint8_t sl_si91x_chachapoly_key_config_b0_t::wrap_iv[SL_SI91X_IV_SIZE]
IV used in SL_SI91X_AES_CBC and SL_SI91X_AES_CTR modes.
key_buffer#
uint8_t sl_si91x_chachapoly_key_config_b0_t::key_buffer[SL_SI91X_KEY_BUFFER_SIZE]
Buffer to store the key.