Searched refs:CC_ALIGNED (Results 1 – 11 of 11) sorted by relevance
54 unsigned char Htable[8 * 2] CC_ALIGNED(16);56 unsigned char Htable[16 * 8 * 2] CC_ALIGNED(16);
40 const uint32_t ccsha256_K[64] CC_ALIGNED(16) = {
17 const uint64_t ccsha512_K[80] CC_ALIGNED(16) = {
78 CC_ALIGNED(16) unsigned char u[]; // ecb key + tables
356 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) //clang compiler macro358 #define CC_ALIGNED(x) __declspec(align(x)) //MS complier macro362 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) macro364 #define CC_ALIGNED(x) __attribute__ ((aligned((x)>8?8:(x)))) macro
22 } CC_ALIGNED(8);28 } CC_ALIGNED(8);
41 } CC_ALIGNED(CCN_UNIT_SIZE);
21 } CC_ALIGNED(8);
31 } CC_ALIGNED(8);// cccmac_ctx_hdr;
29 } CC_ALIGNED(CCN_UNIT_SIZE);33 } CC_ALIGNED(CCN_UNIT_SIZE);
102 } CC_ALIGNED(_alignment_)