Home
last modified time | relevance | path

Searched refs:u32 (Results 1 – 16 of 16) sorted by relevance

/external/lib/aes/
A Daes_local_orig.h70 # define GETU32(p) SWAP(*((u32 *)(p)))
71 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
73 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt…
77 typedef unsigned long u32; typedef
A Daes_locl.h8 #define GETU32(p) (((u32)(p)[3]) ^ ((u32)(p)[2] << 8) ^ ((u32)(p)[1] << 16) ^ ((u32)(p)[0] << 24))
12 typedef unsigned long u32; typedef
A Daes_core.c55 static const u32 Te0[256] = {
121 static const u32 Te1[256] = {
187 static const u32 Te2[256] = {
253 static const u32 Te3[256] = {
717 static const u32 rcon[] = {
729 u32 *rk; in AES_set_encrypt_key()
731 u32 temp; in AES_set_encrypt_key()
830 u32 *rk; in AES_set_decrypt_key()
832 u32 temp; in AES_set_decrypt_key()
882 const u32 *rk; in AES_encrypt()
[all …]
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_gpio.h323 #define GPIO_ETH_MediaInterface_MII ((u32)0x00000000)
324 #define GPIO_ETH_MediaInterface_RMII ((u32)0x00000001)
/external/arch/arm/arm-m/CMSIS/Include/
A Dcore_cm3.h764 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member
1883 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
A Dcore_sc300.h749 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member
1857 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
A Dcore_cm4.h822 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member
2069 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
A Dcore_cm7.h1046 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member
2306 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
A Dcore_cm33.h1020 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member
3205 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
A Dcore_cm35p.h1020 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member
3205 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
A Dcore_armv8mml.h1020 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member
3137 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
A Dcore_armv81mml.h1081 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member
4156 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
A Dcore_cm55.h1081 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member
4217 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/CMSIS/
A Dstm32f2xx.h273 typedef uint32_t u32; typedef
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/CMSIS/
A Dstm32f10x.h490 typedef uint32_t u32; typedef
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/CMSIS/
A Dstm32f4xx.h837 typedef uint32_t u32; typedef

Completed in 243 milliseconds