Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_aes.h65 #define AES_O_KEY1_0 0x00000038 // Key (LSW for 128-bit key) macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Daes.c239 HWREG(ui32Base + AES_O_KEY1_0) = * ((uint32_t *)(pui8Key + 0)); in AESKey1Set()