Home
last modified time | relevance | path

Searched refs:CC_ALIGNED (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcczp.h50 } CC_ALIGNED(CCN_UNIT_SIZE);
54 } CC_ALIGNED(CCN_UNIT_SIZE);
H A Dcc_config.h309 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) //clang compiler macro
311 #define CC_ALIGNED(x) __declspec(align(x)) //MS complier macro
315 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) macro
317 #define CC_ALIGNED(x) __attribute__ ((aligned((x)>8?8:(x)))) macro
H A Dccdigest.h27 } CC_ALIGNED(8);
38 } CC_ALIGNED(8);
H A Dccrsa.h28 } CC_ALIGNED(CCN_UNIT_SIZE);
32 } CC_ALIGNED(CCN_UNIT_SIZE);
36 } CC_ALIGNED(CCN_UNIT_SIZE);
H A Dcccmac.h29 } CC_ALIGNED(8);// cccmac_ctx_hdr;
H A Dcchmac.h21 } CC_ALIGNED(8);
H A Dcckprng.h123 CC_ALIGNED(8) struct cckprng_gen_diag *gens;
H A Dcc.h77 } CC_ALIGNED(_alignment_)
/xnu-8020.101.4/osfmk/corecrypto/
H A Dccsha256_K.c39 const uint32_t ccsha256_K[64] CC_ALIGNED(16) = {