Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h83 #define ccn_nof(_bits_) (((_bits_) + CCN_UNIT_BITS - 1) >> CCN_LOG2_BITS_PER_UNIT) macro
86 #define ccn_sizeof(_bits_) (ccn_sizeof_n(ccn_nof(_bits_)))
267 #define CCN192_N ccn_nof(192)
268 #define CCN224_N ccn_nof(224)
269 #define CCN256_N ccn_nof(256)
270 #define CCN384_N ccn_nof(384)
271 #define CCN512_N ccn_nof(512)
272 #define CCN521_N ccn_nof(521)
/xnu-8020.101.4/libkern/crypto/
H A Dcorecrypto_rsa.c43 ccrsa_ctx_n(pub->key) = ccn_nof(RSA_MAX_KEY_BITSIZE); in rsa_make_pub()