Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Interfaces/
Dhw_aes.c26 #define HW_AESX AES macro
85 HW_AESX->CR = 0; in HW_AES_SetKey()
91 HW_AESX->KEYR0 = tmp[0]; in HW_AES_SetKey()
92 HW_AESX->KEYR1 = tmp[1]; in HW_AES_SetKey()
93 HW_AESX->KEYR2 = tmp[2]; in HW_AES_SetKey()
94 HW_AESX->KEYR3 = tmp[3]; in HW_AES_SetKey()
98 HW_AESX->KEYR3 = __REV( tmp[0] ); in HW_AES_SetKey()
99 HW_AESX->KEYR2 = __REV( tmp[1] ); in HW_AES_SetKey()
100 HW_AESX->KEYR1 = __REV( tmp[2] ); in HW_AES_SetKey()
101 HW_AESX->KEYR0 = __REV( tmp[3] ); in HW_AES_SetKey()
[all …]