Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/inc/
Dhw_des.h44 #define DES_O_KEY2_L 0x00000008 // KEY2 (LSW) for 192-bit key macro
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Ddes.c148 HWREG(ui32Base + DES_O_KEY2_L) = * ((uint32_t *)(pui8Key + 8)); in DESKeySet()