Functions#

This section provides a reference to the WRAP Crypto API functions.

Functions#

sl_status_t
sl_si91x_wrap(sl_si91x_wrap_config_t *config, uint8_t *output)

To get the wrapped version of the plain key.

Function Documentation#

sl_si91x_wrap#

sl_status_t sl_si91x_wrap (sl_si91x_wrap_config_t * config, uint8_t * output)

To get the wrapped version of the plain key.

Parameters
TypeDirectionArgument NameDescription
sl_si91x_wrap_config_t *[in]config

Configuration object of type sl_si91x_wrap_config_t

uint8_t *[out]output

Buffer to store the wrapped key. The size of this buffer must be a multiple of 16 bytes.

Returns

Note