Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_aes.h62 #define AES_O_KEY1_5 0x0000002C // Key (MSW for 192-bit key) macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Daes.c250 HWREG(ui32Base + AES_O_KEY1_5) = * ((uint32_t *)(pui8Key + 20)); in AESKey1Set()