Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Daes.c226 AESKey1Set(uint32_t ui32Base, uint8_t *pui8Key, uint32_t ui32Keysize) in AESKey1Set() argument
239 HWREG(ui32Base + AES_O_KEY1_0) = * ((uint32_t *)(pui8Key + 0)); in AESKey1Set()
240 HWREG(ui32Base + AES_O_KEY1_1) = * ((uint32_t *)(pui8Key + 4)); in AESKey1Set()
241 HWREG(ui32Base + AES_O_KEY1_2) = * ((uint32_t *)(pui8Key + 8)); in AESKey1Set()
242 HWREG(ui32Base + AES_O_KEY1_3) = * ((uint32_t *)(pui8Key + 12)); in AESKey1Set()
249 HWREG(ui32Base + AES_O_KEY1_4) = * ((uint32_t *)(pui8Key + 16)); in AESKey1Set()
250 HWREG(ui32Base + AES_O_KEY1_5) = * ((uint32_t *)(pui8Key + 20)); in AESKey1Set()
258 HWREG(ui32Base + AES_O_KEY1_6) = * ((uint32_t *)(pui8Key + 24)); in AESKey1Set()
259 HWREG(ui32Base + AES_O_KEY1_7) = * ((uint32_t *)(pui8Key + 28)); in AESKey1Set()
282 AESKey2Set(uint32_t ui32Base, uint8_t *pui8Key, uint32_t ui32Keysize) in AESKey2Set() argument
[all …]
Ddes.c129 DESKeySet(uint32_t ui32Base, uint8_t *pui8Key) in DESKeySet() argument
139 HWREG(ui32Base + DES_O_KEY1_L) = * ((uint32_t *)(pui8Key + 0)); in DESKeySet()
140 HWREG(ui32Base + DES_O_KEY1_H) = * ((uint32_t *)(pui8Key + 4)); in DESKeySet()
148 HWREG(ui32Base + DES_O_KEY2_L) = * ((uint32_t *)(pui8Key + 8)); in DESKeySet()
149 HWREG(ui32Base + DES_O_KEY2_H) = * ((uint32_t *)(pui8Key + 12)); in DESKeySet()
150 HWREG(ui32Base + DES_O_KEY3_L) = * ((uint32_t *)(pui8Key + 16)); in DESKeySet()
151 HWREG(ui32Base + DES_O_KEY3_H) = * ((uint32_t *)(pui8Key + 20)); in DESKeySet()
Daes.h173 extern void AESKey1Set(uint32_t ui32Base, uint8_t *pui8Key,
175 extern void AESKey2Set(uint32_t ui32Base, uint8_t *pui8Key,
177 extern void AESKey3Set(uint32_t ui32Base, uint8_t *pui8Key);
Ddes.h132 extern void DESKeySet(uint32_t ui32Base, uint8_t *pui8Key);
Dshamd5.h107 extern void SHAMD5HMACPPKeyGenerate(uint32_t ui32Base, uint8_t *pui8Key,
Dshamd5.c1103 SHAMD5HMACPPKeyGenerate(uint32_t ui32Base, uint8_t *pui8Key, in SHAMD5HMACPPKeyGenerate() argument
1127 *((uint32_t *)(pui8Key + ui32Index)); in SHAMD5HMACPPKeyGenerate()
Drom.h1808 uint8_t *pui8Key, \
1815 uint8_t *pui8Key, \
1822 uint8_t *pui8Key))ROM_AESTABLE[3])
2060 uint8_t *pui8Key))ROM_DESTABLE[15])
2126 uint8_t *pui8Key, \