Searched refs:DES_BASE (Results 1 – 3 of 3) sorted by relevance
/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/driverlib/ |
D | des.c | 100 ASSERT(ui32Base == DES_BASE); in DESConfigSet() 134 ASSERT(ui32Base == DES_BASE); in DESKeySet() 177 ASSERT(ui32Base == DES_BASE); in DESIVSet() 222 ASSERT(ui32Base == DES_BASE); in DESDataLengthSet() 254 ASSERT(ui32Base == DES_BASE); in DESDataReadNonBlocking() 271 pui32Dest[0] = HWREG(DES_BASE + DES_O_DATA_L); in DESDataReadNonBlocking() 272 pui32Dest[1] = HWREG(DES_BASE + DES_O_DATA_H); in DESDataReadNonBlocking() 314 ASSERT(ui32Base == DES_BASE); in DESDataRead() 329 pui32Dest[0] = HWREG(DES_BASE + DES_O_DATA_L); in DESDataRead() 330 pui32Dest[1] = HWREG(DES_BASE + DES_O_DATA_H); in DESDataRead() [all …]
|
/hal_ti-3.4.0/simplelink/source/ti/drivers/crypto/ |
D | CryptoCC32XX.c | 747 MAP_DESIntEnable(DES_BASE, DES_INT_CONTEXT_IN | DES_INT_DATA_IN | DES_INT_DATA_OUT); in CryptoCC32XX_desProcess() 760 …MAP_DESConfigSet(DES_BASE, cryptoDirection | cryptoMode | CryptoCC32XX_getDesKeySize(pParams->des.… in CryptoCC32XX_desProcess() 763 MAP_DESKeySet(DES_BASE, (uint8_t *)pParams->des.pKey); in CryptoCC32XX_desProcess() 768 MAP_DESIVSet(DES_BASE, pParams->des.pIV); in CryptoCC32XX_desProcess() 771 MAP_DESDataProcess(DES_BASE, pInBuff, pOutBuff,inLen); in CryptoCC32XX_desProcess() 814 ui32IntStatus = MAP_DESIntStatus(DES_BASE, true); in CryptoCC32XX_desIntHandler() 819 MAP_DESIntDisable(DES_BASE, DES_INT_CONTEXT_IN); in CryptoCC32XX_desIntHandler() 824 MAP_DESIntDisable(DES_BASE, DES_INT_DATA_IN); in CryptoCC32XX_desIntHandler() 828 MAP_DESIntDisable(DES_BASE, DES_INT_DATA_OUT); in CryptoCC32XX_desIntHandler()
|
/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/inc/ |
D | hw_memmap.h | 79 #define DES_BASE 0x44039000 macro
|