Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/inc/
Dhw_des.h42 #define DES_O_KEY3_L 0x00000000 // KEY3 (LSW) for 192-bit key macro
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Ddes.c150 HWREG(ui32Base + DES_O_KEY3_L) = * ((uint32_t *)(pui8Key + 16)); in DESKeySet()