Home
last modified time | relevance | path

Searched refs:CCN_UNIT_SIZE (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/EXTERNAL_HEADERS/corecrypto/
H A Dcc_config.h280 #define CCN_UNIT_SIZE 4 // 32 bits macro
322 #if !defined(CCN_UNIT_SIZE)
324 #define CCN_UNIT_SIZE 8 macro
326 #define CCN_UNIT_SIZE 4 macro
338 #if (CCN_UNIT_SIZE == 8)
347 #if defined(_WIN64) && defined(_WIN32) && (CCN_UNIT_SIZE == 8)
361 #if defined(__clang__) || CCN_UNIT_SIZE==8
524 #if (defined(__x86_64__) && CCN_UNIT_SIZE == 8) || (defined(__i386__) && CCN_UNIT_SIZE == 4)
534 #if (defined(__x86_64__) && CCN_UNIT_SIZE == 8)
548 #if defined(__x86_64__) && CCN_UNIT_SIZE == 8 && !CC_SGX
H A Dccn.h21 #if CCN_UNIT_SIZE == 8
26 #elif CCN_UNIT_SIZE == 4
33 #error Unsupported CCN_UNIT_SIZE
88 #if CCN_UNIT_SIZE == 8
100 #if CCN_UNIT_SIZE == 8
115 #elif CCN_UNIT_SIZE == 4
383 #if CCN_UNIT_SIZE == 8
385 #elif CCN_UNIT_SIZE == 4
388 #error Unsupported CCN_UNIT_SIZE
H A Dccrsa.h29 } CC_ALIGNED(CCN_UNIT_SIZE);
33 } CC_ALIGNED(CCN_UNIT_SIZE);
72 #define ccrsa_pub_ctx_size(_nbytes_) (sizeof(struct cczp) + CCN_UNIT_SIZE + 3 * ccn_sizeof_size(_…
73 …x_size(_nbytes_) (ccn_sizeof_size(_nbytes_) + (sizeof(struct cczp) + CCN_UNIT_SIZE) * 2 + 7 * ccn…
H A Dcczp.h41 } CC_ALIGNED(CCN_UNIT_SIZE);
H A Dcc_priv.h208 #if (CCN_UNIT_SIZE == 8)
/xnu-12377.61.12/osfmk/corecrypto/
H A Dcc_debug.h82 #if CCN_UNIT_SIZE == 8
84 #elif CCN_UNIT_SIZE == 4
87 #error invalid CCN_UNIT_SIZE
H A Dccn_internal.h46 #if CCN_UNIT_SIZE == 8
57 #elif CCN_UNIT_SIZE == 4
68 #error Unsupported CCN_UNIT_SIZE
433 #if CCN_UNIT_SIZE == 8 in ccn_invert()
659 out[i] = cc_load_le(&in[i * CCN_UNIT_SIZE]); in ccn_read_le_bytes()
675 cc_store_le(in[i], &out[i * CCN_UNIT_SIZE]); in ccn_write_le_bytes()
H A Dccmode_gcm_gf_mult.c41 #if (CCN_UNIT_SIZE == 8) && CC_DUNIT_SUPPORTED
243 #if (CCN_UNIT_SIZE == 8) && CC_DUNIT_SUPPORTED in ccmode_gcm_gf_mult()