Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_aes.h61 #define AES_O_KEY1_4 0x00000028 // Key (LSW for 192-bit key) macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Daes.c249 HWREG(ui32Base + AES_O_KEY1_4) = * ((uint32_t *)(pui8Key + 16)); in AESKey1Set()