Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/corecrypto/
H A Dccaes_vng_gcm.h54 unsigned char Htable[8 * 2] CC_ALIGNED(16);
56 unsigned char Htable[16 * 8 * 2] CC_ALIGNED(16);
H A Dccsha256_K.c40 const uint32_t ccsha256_K[64] CC_ALIGNED(16) = {
H A Dccsha512_K.c17 const uint64_t ccsha512_K[80] CC_ALIGNED(16) = {
H A Dccmode_gcm_internal.h78 CC_ALIGNED(16) unsigned char u[]; // ecb key + tables
/xnu-12377.61.12/EXTERNAL_HEADERS/corecrypto/
H A Dcc_config.h356 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) //clang compiler macro
358 #define CC_ALIGNED(x) __declspec(align(x)) //MS complier macro
362 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) macro
364 #define CC_ALIGNED(x) __attribute__ ((aligned((x)>8?8:(x)))) macro
H A Dccdigest.h22 } CC_ALIGNED(8);
28 } CC_ALIGNED(8);
H A Dcczp.h41 } CC_ALIGNED(CCN_UNIT_SIZE);
H A Dcchmac.h21 } CC_ALIGNED(8);
H A Dcccmac.h31 } CC_ALIGNED(8);// cccmac_ctx_hdr;
H A Dccrsa.h29 } CC_ALIGNED(CCN_UNIT_SIZE);
33 } CC_ALIGNED(CCN_UNIT_SIZE);
H A Dcc.h102 } CC_ALIGNED(_alignment_)