Home
last modified time | relevance | path

Searched refs:ccn_bitsof_size (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dccrsa.h56 …_size_) ((sizeof(struct cczp) + CCN_UNIT_SIZE) * 2 + 7 * ccn_sizeof(ccn_bitsof_size(_size_)/2 + 1…
H A Dccn.h97 #define ccn_bitsof_size(_size_) ((_size_) * 8) macro