Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc_config.h231 #define CCN_UNIT_SIZE 4 // 32 bits macro
273 #if !defined(CCN_UNIT_SIZE)
275 #define CCN_UNIT_SIZE 8 macro
277 #define CCN_UNIT_SIZE 4 macro
289 #if (CCN_UNIT_SIZE==8)
298 #if defined(_WIN64) && defined(_WIN32) && (CCN_UNIT_SIZE==8)
314 #if __clang__ || CCN_UNIT_SIZE==8
375 #if (CCN_UNIT_SIZE == 8) && !( defined(_MSC_VER) && defined(__clang__))
483 #if (defined(__x86_64__) && CCN_UNIT_SIZE == 8) || (defined(__i386__) && CCN_UNIT_SIZE == 4)
493 #if (defined(__x86_64__) && CCN_UNIT_SIZE == 8)
[all …]
H A Dccn.h22 #if CCN_UNIT_SIZE == 8
42 #elif CCN_UNIT_SIZE == 4
50 #elif CCN_UNIT_SIZE == 2
56 #elif CCN_UNIT_SIZE == 1
63 #error invalid CCN_UNIT_SIZE
89 #define ccn_nof_size(_size_) (((_size_) + CCN_UNIT_SIZE - 1) / CCN_UNIT_SIZE)
120 #if CCN_UNIT_SIZE >= 2
123 #elif CCN_UNIT_SIZE == 1
128 #if CCN_UNIT_SIZE >= 4
136 #if CCN_UNIT_SIZE == 8
[all …]
H A Dccrsa.h28 } CC_ALIGNED(CCN_UNIT_SIZE);
32 } CC_ALIGNED(CCN_UNIT_SIZE);
36 } CC_ALIGNED(CCN_UNIT_SIZE);
55 #define ccrsa_pub_ctx_size(_size_) (sizeof(struct cczp) + CCN_UNIT_SIZE + 3 * (_size_))
56 #define ccrsa_priv_ctx_size(_size_) ((sizeof(struct cczp) + CCN_UNIT_SIZE) * 2 + 7 * ccn_sizeof(cc…
H A Dcczp.h50 } CC_ALIGNED(CCN_UNIT_SIZE);
54 } CC_ALIGNED(CCN_UNIT_SIZE);