Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_aes.h64 #define AES_O_KEY1_3 0x00000034 // Key (MSW for 128-bit key) macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Daes.c242 HWREG(ui32Base + AES_O_KEY1_3) = * ((uint32_t *)(pui8Key + 12)); in AESKey1Set()