Structure defining GCM key configuration for B0 chip versions.
This structure defines the key configuration for B0 chip versions, including the key type, key size, key slot, wrap mode, IV, key buffer, and reserved field.
Public Attributes#
Key type - wrapped or plain.
Key size.
Key slot.
Wrap mode - ECB or CBC.
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_gcm_key_config_b0_t::key_type
Key type - wrapped or plain.
wrap_iv_mode#
sl_si91x_crypto_wrap_mode_t sl_si91x_gcm_key_config_b0_t::wrap_iv_mode
Wrap mode - ECB or CBC.
wrap_iv#
uint8_t sl_si91x_gcm_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.
key_buffer#
uint8_t sl_si91x_gcm_key_config_b0_t::key_buffer[SL_SI91X_KEY_BUFFER_SIZE]
Buffer to store the key.