Home
last modified time | relevance | path

Searched refs:enc_key (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c787 void HAL_RADIO_SetEncryptionAttributes(uint8_t StateMachineNo, uint8_t *enc_iv, uint8_t *enc_key) in HAL_RADIO_SetEncryptionAttributes() argument
796 (bluedata + StateMachineNo)->ENCRYPTK[i] = enc_key[i]; in HAL_RADIO_SetEncryptionAttributes()
800 (bluedata + StateMachineNo)->ENCRYPTK[i] = enc_key[i]; in HAL_RADIO_SetEncryptionAttributes()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio.h140 void HAL_RADIO_SetEncryptionAttributes(uint8_t StateMachineNo, uint8_t *enc_iv, uint8_t *enc_key);