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
Type | Direction | Argument Name | Description |
---|---|---|---|
sl_si91x_wrap_config_t * | [in] | config | Configuration object of type sl_si91x_wrap_config_t |
uint8_t * | [out] | output | Buffer to store the output. |
Returns
sl_status_t. See https://docs.silabs.com/gecko-platform/4.1/common/api/group-status for details.