Functions#
This section provides a reference to the GCM Crypto API functions.
Functions#
sl_status_t
sl_si91x_gcm(sl_si91x_gcm_config_t *config, uint8_t *output)
This API is used to encrypt/decrypt the message according to the given configuration.
Function Documentation#
sl_si91x_gcm#
sl_status_t sl_si91x_gcm (sl_si91x_gcm_config_t * config, uint8_t * output)
This API is used to encrypt/decrypt the message according to the given configuration.
Parameters
[in] | config | Configuration object of type sl_si91x_gcm_config_t |
[out] | output | Buffer to store the output. |
This is a blocking API. Returns
sl_status_t. See https://docs.silabs.com/gecko-platform/4.1/common/api/group-status for details.
Definition at line
126
of file components/device/silabs/si91x/wireless/crypto/gcm/inc/sl_si91x_gcm.h