Structure defines the ChaChaPoly key configuration for the non-B0 chip versions.

Public Attributes#

uint8_t

Buffer to store the ChaCha key.

uint8_t

Buffer to store the R Key.

uint8_t

Buffer to store the S Key.

Public Attribute Documentation#

key_chacha#

uint8_t sl_si91x_chachapoly_key_config_a0_t::key_chacha[SL_SI91X_KEY_BUFFER_SIZE]

Buffer to store the ChaCha key.


Definition at line 99 of file components/device/silabs/si91x/wireless/crypto/chachapoly/inc/sl_si91x_chachapoly.h

keyr_in#

uint8_t sl_si91x_chachapoly_key_config_a0_t::keyr_in[16]

Buffer to store the R Key.


Definition at line 100 of file components/device/silabs/si91x/wireless/crypto/chachapoly/inc/sl_si91x_chachapoly.h

keys_in#

uint8_t sl_si91x_chachapoly_key_config_a0_t::keys_in[16]

Buffer to store the S Key.


Definition at line 101 of file components/device/silabs/si91x/wireless/crypto/chachapoly/inc/sl_si91x_chachapoly.h