Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_aes.h59 #define AES_O_KEY1_6 0x00000020 // Key (LSW for 256-bit key) macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Daes.c258 HWREG(ui32Base + AES_O_KEY1_6) = * ((uint32_t *)(pui8Key + 24)); in AESKey1Set()