Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_def.h139 #ifndef __ALIGN_BEGIN
140 #define __ALIGN_BEGIN macro
146 #ifndef __ALIGN_BEGIN
147 #define __ALIGN_BEGIN macro
153 #ifndef __ALIGN_BEGIN
155 #define __ALIGN_BEGIN __align(4) macro
157 #define __ALIGN_BEGIN macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_def.h140 #ifndef __ALIGN_BEGIN
141 #define __ALIGN_BEGIN macro
147 #ifndef __ALIGN_BEGIN
148 #define __ALIGN_BEGIN macro
154 #ifndef __ALIGN_BEGIN
156 #define __ALIGN_BEGIN __align(4) macro
158 #define __ALIGN_BEGIN macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_def.h133 #ifndef __ALIGN_BEGIN
134 #define __ALIGN_BEGIN macro
143 #ifndef __ALIGN_BEGIN
144 #define __ALIGN_BEGIN macro
150 #ifndef __ALIGN_BEGIN
152 #define __ALIGN_BEGIN 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()