Home
last modified time | relevance | path

Searched refs:__ALIGN_END (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_def.h136 #ifndef __ALIGN_END
137 #define __ALIGN_END __attribute__((aligned (4))) macro
140 #ifndef __ALIGN_END
141 #define __ALIGN_END __attribute__((aligned (4))) macro
147 #ifndef __ALIGN_END
148 #define __ALIGN_END macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_def.h136 #ifndef __ALIGN_END
137 #define __ALIGN_END __attribute__ ((aligned (4))) macro
143 #ifndef __ALIGN_END
144 #define __ALIGN_END __ALIGNED(4) macro
150 #ifndef __ALIGN_END
151 #define __ALIGN_END macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_def.h137 #ifndef __ALIGN_END
138 #define __ALIGN_END __attribute__ ((aligned (4))) macro
144 #ifndef __ALIGN_END
145 #define __ALIGN_END __ALIGNED(4) macro
151 #ifndef __ALIGN_END
152 #define __ALIGN_END macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Dccm_alt.c180 __ALIGN_BEGIN unsigned char b0[16] __ALIGN_END; /* Formatting of B0 */ in ccm_auth_crypt()
181 __ALIGN_BEGIN uint32_t b0_32B[4] __ALIGN_END; /* B0 data swapping */ in ccm_auth_crypt()
187 __ALIGN_BEGIN uint8_t mac[16] __ALIGN_END; /* temporary mac */ in ccm_auth_crypt()
Daes_alt.c375 __ALIGN_BEGIN static uint32_t iv_32B[4] __ALIGN_END; in mbedtls_aes_crypt_cbc()