Functions#

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

Functions#

sl_status_t
sl_si91x_hmac(sl_si91x_hmac_config_t *config, uint8_t *output)

This API will provide the HMAC output for the given configuration.

Function Documentation#

sl_si91x_hmac#

sl_status_t sl_si91x_hmac (sl_si91x_hmac_config_t * config, uint8_t * output)

This API will provide the HMAC output for the given configuration.

Parameters
[in]config

Configuration object of type sl_si91x_hmac_config_t

[out]output

Buffer to store the output.

This is a blocking API. Returns


Definition at line 110 of file components/device/silabs/si91x/wireless/crypto/hmac/inc/sl_si91x_hmac.h