Functions#

This section provides a reference to the Crypto API functions for device attestation.

Functions#

sl_status_t
sl_si91x_attestation_get_token(uint8_t *token, uint16_t length, uint32_t *nonce)

To process the nonce for the attestation token.

Function Documentation#

sl_si91x_attestation_get_token#

sl_status_t sl_si91x_attestation_get_token (uint8_t * token, uint16_t length, uint32_t * nonce)

To process the nonce for the attestation token.

Parameters
[out]token

Buffer to store the attestation token.

[in]length

Length of the token buffer.

[in]nonce

Nonce value used for generating the attestation token.

Returns


Definition at line 60 of file components/device/silabs/si91x/wireless/crypto/attestation/inc/sl_si91x_attestation.h