Searched refs:ccn_nof_size (Results 1 – 4 of 4) sorted by relevance
42 #define cccmac_ctx_n(_mode_) ccn_nof_size(cccmac_ctx_size(_mode_))
28 #define cchmac_ctx_n(STATE_SIZE, BLOCK_SIZE) ccn_nof_size(cchmac_ctx_size((STATE_SIZE), (BLOCK_SIZ…
57 #define ccn_nof_size(_size_) (((_size_) + sizeof(cc_unit) - 1) / sizeof(cc_unit)) macro59 #define ccn_nof_sizeof(_expr_) ccn_nof_size(sizeof(_expr_))68 #define ccn_sizeof_size(_size_) ccn_sizeof_n(ccn_nof_size(_size_))
79 …ytes_) + (sizeof(struct cczp) + CCN_UNIT_SIZE) * 2 + 7 * ccn_sizeof_n(ccn_nof_size(_nbytes_) / 2 +…