Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_aes.h46 #define AES_O_KEY2_4 0x00000008 // XTS / CCM second key / CBC-MAC macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Daes.c305 HWREG(ui32Base + AES_O_KEY2_4) = * ((uint32_t *)(pui8Key + 16)); in AESKey2Set()
345 HWREG(ui32Base + AES_O_KEY2_4) = * ((uint32_t *)(pui8Key + 0)); in AESKey3Set()