Structure defines the ChaChaPoly key configuration for B0 chip versions.
Public Attributes#
Key type.
Key slot.
Wrap mode.
uint8_t
IV used for wrapping 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#
key_type#
sl_si91x_crypto_key_type_t sl_si91x_chachapoly_key_config_b0_t::key_type
Key type.
Definition at line
108
of file components/device/silabs/si91x/wireless/crypto/chachapoly/inc/sl_si91x_chachapoly.h
key_size#
sl_si91x_chachapoly_key_size_t sl_si91x_chachapoly_key_config_b0_t::key_size
Key size.
Definition at line
109
of file components/device/silabs/si91x/wireless/crypto/chachapoly/inc/sl_si91x_chachapoly.h
key_slot#
sl_si91x_crypto_key_slot_t sl_si91x_chachapoly_key_config_b0_t::key_slot
Key slot.
Definition at line
110
of file components/device/silabs/si91x/wireless/crypto/chachapoly/inc/sl_si91x_chachapoly.h
wrap_iv_mode#
sl_si91x_crypto_wrap_mode_t sl_si91x_chachapoly_key_config_b0_t::wrap_iv_mode
Wrap mode.
Definition at line
111
of file components/device/silabs/si91x/wireless/crypto/chachapoly/inc/sl_si91x_chachapoly.h
wrap_iv#
uint8_t sl_si91x_chachapoly_key_config_b0_t::wrap_iv[SL_SI91X_IV_SIZE]
IV used for wrapping in SL_SI91X_AES_CBC and SL_SI91X_AES_CTR modes.
Definition at line
112
of file components/device/silabs/si91x/wireless/crypto/chachapoly/inc/sl_si91x_chachapoly.h
key_buffer#
uint8_t sl_si91x_chachapoly_key_config_b0_t::key_buffer[SL_SI91X_KEY_BUFFER_SIZE]
Buffer to store the key.
Definition at line
113
of file components/device/silabs/si91x/wireless/crypto/chachapoly/inc/sl_si91x_chachapoly.h
reserved#
uint32_t sl_si91x_chachapoly_key_config_b0_t::reserved
Reserved for future use.
Definition at line
114
of file components/device/silabs/si91x/wireless/crypto/chachapoly/inc/sl_si91x_chachapoly.h