Searched refs:ccn_nof (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h64 #define ccn_nof(_bits_) (((_bits_) + CCN_UNIT_BITS - 1) / CCN_UNIT_BITS) macro
67 #define ccn_sizeof(_bits_) (ccn_sizeof_n(ccn_nof(_bits_)))
251 #define CCN192_N ccn_nof(192)
252 #define CCN224_N ccn_nof(224)
253 #define CCN256_N ccn_nof(256)
254 #define CCN384_N ccn_nof(384)
255 #define CCN521_N ccn_nof(521)
632 /* Make a ccn of size ccn_nof(nbits) units with up to nbits sized random value. */

Completed in 62 milliseconds