Searched refs:ccn_sizeof (Results 1 – 3 of 3) sorted by relevance
41 ccrsa_pub_ctx_decl(ccn_sizeof(RSA_MAX_KEY_BITSIZE), key);
56 #define ccrsa_priv_ctx_size(_size_) ((sizeof(struct cczp) + CCN_UNIT_SIZE) * 2 + 7 * ccn_sizeof(cc…
86 #define ccn_sizeof(_bits_) (ccn_sizeof_n(ccn_nof(_bits_))) macro