Home
last modified time | relevance | path

Searched refs:CC_PAL_COMPILER_ALIGN (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_compiler.h34 #define CC_PAL_COMPILER_ALIGN(alignement) __attribute__((aligned(alignement))) macro
69 #define CC_PAL_COMPILER_ALIGN(alignement) __attribute__((aligned(alignement))) macro
105 #define CC_PAL_COMPILER_ALIGN(alignement) __attribute__((aligned(alignement))) macro
142 #define CC_PAL_COMPILER_ALIGN(alignement) __attribute__((aligned(alignement))) macro
178 #define CC_PAL_COMPILER_ALIGN(alignement) __attribute__((aligned(alignement))) macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_rsa_types.h329 uint8_t InternalBuff[CC_RSA_TMP_BUFF_SIZE] CC_PAL_COMPILER_ALIGN (4);
444 …uint8_t context_buff[ sizeof(RSAPrivContext_t) + sizeof(uint32_t)] CC_PAL_COMPILER_ALIGN (4); /*…