Searched refs:CCN_UNIT_SIZE (Results 1 – 4 of 4) sorted by relevance
231 #define CCN_UNIT_SIZE 4 // 32 bits macro273 #if !defined(CCN_UNIT_SIZE)275 #define CCN_UNIT_SIZE 8 macro277 #define CCN_UNIT_SIZE 4 macro289 #if (CCN_UNIT_SIZE==8)298 #if defined(_WIN64) && defined(_WIN32) && (CCN_UNIT_SIZE==8)314 #if __clang__ || CCN_UNIT_SIZE==8375 #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 …]
22 #if CCN_UNIT_SIZE == 842 #elif CCN_UNIT_SIZE == 450 #elif CCN_UNIT_SIZE == 256 #elif CCN_UNIT_SIZE == 163 #error invalid CCN_UNIT_SIZE89 #define ccn_nof_size(_size_) (((_size_) + CCN_UNIT_SIZE - 1) / CCN_UNIT_SIZE)120 #if CCN_UNIT_SIZE >= 2123 #elif CCN_UNIT_SIZE == 1128 #if CCN_UNIT_SIZE >= 4136 #if CCN_UNIT_SIZE == 8[all …]
28 } 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…
50 } CC_ALIGNED(CCN_UNIT_SIZE);54 } CC_ALIGNED(CCN_UNIT_SIZE);