Public Attributes#

uint32_t

Key type.

uint32_t

Reserved for future use.

uint32_t

Key size.

uint8_t

Buffer to store IV.

uint8_t

Key data wrapped/ Plain text.

Public Attribute Documentation#

key_type#

uint32_t sl_si91x_wrap_config_t::key_type

Key type.


reserved#

uint32_t sl_si91x_wrap_config_t::reserved

Reserved for future use.


key_size#

uint32_t sl_si91x_wrap_config_t::key_size

Key size.


wrap_iv_mode#

sl_si91x_crypto_wrap_mode_t sl_si91x_wrap_config_t::wrap_iv_mode

Wrap IV mode.


wrap_iv#

uint8_t sl_si91x_wrap_config_t::wrap_iv[SL_SI91X_IV_SIZE]

Buffer to store IV.


key_buffer#

uint8_t sl_si91x_wrap_config_t::key_buffer[SL_SI91X_WRAP_KEY_BUFFER_SIZE]

Key data wrapped/ Plain text.