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)

This API is used to get wrap 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)

This API is used to get wrap version of the plain key.

Parameters
N/Aconfig

Configuration object of type sl_si91x_wrap_config_t

N/Aoutput

Buffer to store the output.

Returns


Definition at line 70 of file components/device/silabs/si91x/wireless/crypto/wrap/inc/sl_si91x_wrap.h