Home
last modified time | relevance | path

Searched refs:ui32Length (Results 1 – 7 of 7) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Daes.c502 AESAuthDataLengthSet(uint32_t ui32Base, uint32_t ui32Length) in AESAuthDataLengthSet() argument
512 HWREG(ui32Base + AES_O_AUTH_LENGTH) = ui32Length; in AESAuthDataLengthSet()
784 uint32_t ui32Length) in AESDataProcess() argument
797 AESDataLengthSet(AES_BASE, (uint64_t) ui32Length); in AESDataProcess()
802 ui32BlkCount = ui32Length/16; in AESDataProcess()
820 ui32ByteCount = ui32Length%16; in AESDataProcess()
862 AESDataMAC(uint32_t ui32Base, uint8_t *pui8Src, uint32_t ui32Length, in AESDataMAC() argument
875 AESDataLengthSet(AES_BASE, (uint64_t) ui32Length); in AESDataMAC()
884 ui32BlkCount = ui32Length/16; in AESDataMAC()
896 ui32ByteCount = ui32Length%16; in AESDataMAC()
[all …]
Daes.h182 extern void AESAuthDataLengthSet(uint32_t ui32Base, uint32_t ui32Length);
193 uint32_t ui32Length);
195 uint32_t ui32Length,
198 uint8_t *pui8Dest, uint32_t ui32Length,
Ddes.c217 DESDataLengthSet(uint32_t ui32Base, uint32_t ui32Length) in DESDataLengthSet() argument
227 HWREG(ui32Base + DES_O_LENGTH) = ui32Length; in DESDataLengthSet()
483 uint32_t ui32Length) in DESDataProcess() argument
491 ASSERT((ui32Length % 8) == 0); in DESDataProcess()
497 HWREG(ui32Base + DES_O_LENGTH) = ui32Length; in DESDataProcess()
503 ui32BlkCount = ui32Length/8; in DESDataProcess()
534 ui32ByteCount = ui32Length%8; in DESDataProcess()
Ddes.h118 uint8_t *pui8Dest, uint32_t ui32Length);
133 extern void DESDataLengthSet(uint32_t ui32Base, uint32_t ui32Length);
Dshamd5.h105 extern void SHAMD5DataLengthSet(uint32_t ui32Base, uint32_t ui32Length);
Dshamd5.c384 SHAMD5DataLengthSet(uint32_t ui32Base, uint32_t ui32Length) in SHAMD5DataLengthSet() argument
394 HWREG(ui32Base + SHAMD5_O_LENGTH) = ui32Length; in SHAMD5DataLengthSet()
Drom.h1846 uint32_t ui32Length))ROM_AESTABLE[7])
1882 uint32_t ui32Length))ROM_AESTABLE[12])
1889 uint32_t ui32Length, \
1898 uint32_t ui32Length, \
1987 uint32_t ui32Length))ROM_DESTABLE[3])
2066 uint32_t ui32Length))ROM_DESTABLE[16])
2114 uint32_t ui32Length))ROM_SHAMD5TABLE[6])