Home
last modified time | relevance | path

Searched refs:ui32Keysize (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Daes.c226 AESKey1Set(uint32_t ui32Base, uint8_t *pui8Key, uint32_t ui32Keysize) in AESKey1Set() argument
232 ASSERT((ui32Keysize == AES_CFG_KEY_SIZE_128BIT) || in AESKey1Set()
233 (ui32Keysize == AES_CFG_KEY_SIZE_192BIT) || in AESKey1Set()
234 (ui32Keysize == AES_CFG_KEY_SIZE_256BIT)); in AESKey1Set()
247 if(ui32Keysize != AES_CFG_KEY_SIZE_128BIT) in AESKey1Set()
256 if(ui32Keysize == AES_CFG_KEY_SIZE_256BIT) in AESKey1Set()
282 AESKey2Set(uint32_t ui32Base, uint8_t *pui8Key, uint32_t ui32Keysize) in AESKey2Set() argument
288 ASSERT((ui32Keysize == AES_CFG_KEY_SIZE_128BIT) || in AESKey2Set()
289 (ui32Keysize == AES_CFG_KEY_SIZE_192BIT) || in AESKey2Set()
290 (ui32Keysize == AES_CFG_KEY_SIZE_256BIT)); in AESKey2Set()
[all …]
Daes.h174 uint32_t ui32Keysize);
176 uint32_t ui32Keysize);
Drom.h1809 uint32_t ui32Keysize))ROM_AESTABLE[1])
1816 uint32_t ui32Keysize))ROM_AESTABLE[2])