Home
last modified time | relevance | path

Searched refs:ccn_sizeof (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/libkern/libkern/crypto/
H A Drsa.h41 ccrsa_pub_ctx_decl(ccn_sizeof(RSA_MAX_KEY_BITSIZE), key);
/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dccrsa.h56 #define ccrsa_priv_ctx_size(_size_) ((sizeof(struct cczp) + CCN_UNIT_SIZE) * 2 + 7 * ccn_sizeof(cc…
H A Dccn.h86 #define ccn_sizeof(_bits_) (ccn_sizeof_n(ccn_nof(_bits_))) macro