Searched refs:CCN_UNIT_SIZE (Results 1 – 8 of 8) sorted by relevance
280 #define CCN_UNIT_SIZE 4 // 32 bits macro322 #if !defined(CCN_UNIT_SIZE)324 #define CCN_UNIT_SIZE 8 macro326 #define CCN_UNIT_SIZE 4 macro338 #if (CCN_UNIT_SIZE == 8)347 #if defined(_WIN64) && defined(_WIN32) && (CCN_UNIT_SIZE == 8)361 #if defined(__clang__) || CCN_UNIT_SIZE==8524 #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
21 #if CCN_UNIT_SIZE == 826 #elif CCN_UNIT_SIZE == 433 #error Unsupported CCN_UNIT_SIZE88 #if CCN_UNIT_SIZE == 8100 #if CCN_UNIT_SIZE == 8115 #elif CCN_UNIT_SIZE == 4383 #if CCN_UNIT_SIZE == 8385 #elif CCN_UNIT_SIZE == 4388 #error Unsupported CCN_UNIT_SIZE
29 } 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…
41 } CC_ALIGNED(CCN_UNIT_SIZE);
208 #if (CCN_UNIT_SIZE == 8)
82 #if CCN_UNIT_SIZE == 884 #elif CCN_UNIT_SIZE == 487 #error invalid CCN_UNIT_SIZE
46 #if CCN_UNIT_SIZE == 857 #elif CCN_UNIT_SIZE == 468 #error Unsupported CCN_UNIT_SIZE433 #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()
41 #if (CCN_UNIT_SIZE == 8) && CC_DUNIT_SUPPORTED243 #if (CCN_UNIT_SIZE == 8) && CC_DUNIT_SUPPORTED in ccmode_gcm_gf_mult()