Home
last modified time | relevance | path

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

/xnu-12377.41.6/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h48 #define ccn_nof(_bits_) (((_bits_) + CCN_UNIT_BITS - 1) >> CCN_LOG2_BITS_PER_UNIT) macro
51 #define ccn_sizeof(_bits_) (ccn_sizeof_n(ccn_nof(_bits_)))
172 #define CCN192_N ccn_nof(192)
173 #define CCN224_N ccn_nof(224)
174 #define CCN256_N ccn_nof(256)
175 #define CCN384_N ccn_nof(384)
176 #define CCN448_N ccn_nof(448)
177 #define CCN512_N ccn_nof(512)
178 #define CCN521_N ccn_nof(521)
/xnu-12377.41.6/libkern/crypto/
H A Dcorecrypto_rsa.c43 ccrsa_ctx_n(pub->key) = ccn_nof(RSA_MAX_KEY_BITSIZE); in rsa_make_pub()