Home
last modified time | relevance | path

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

/xnu-10002.1.13/EXTERNAL_HEADERS/corecrypto/
H A Dcccmac.h42 #define cccmac_ctx_n(_mode_) ccn_nof_size(cccmac_ctx_size(_mode_))
H A Dcchmac.h28 #define cchmac_ctx_n(STATE_SIZE, BLOCK_SIZE) ccn_nof_size(cchmac_ctx_size((STATE_SIZE), (BLOCK_SIZ…
H A Dccn.h57 #define ccn_nof_size(_size_) (((_size_) + sizeof(cc_unit) - 1) / sizeof(cc_unit)) macro
59 #define ccn_nof_sizeof(_expr_) ccn_nof_size(sizeof(_expr_))
68 #define ccn_sizeof_size(_size_) ccn_sizeof_n(ccn_nof_size(_size_))
H A Dccrsa.h79 …ytes_) + (sizeof(struct cczp) + CCN_UNIT_SIZE) * 2 + 7 * ccn_sizeof_n(ccn_nof_size(_nbytes_) / 2 +…