Searched refs:ccrsa_ctx_n (Results 1 – 2 of 2) sorted by relevance
73 #define ccrsa_ctx_n(_ctx_) (ccrsa_ctx_zm(_ctx_)->n) macro76 #define ccrsa_ctx_e(_ctx_) (ccrsa_ctx_m(_ctx_) + 2 * ccrsa_ctx_n(_ctx_) + 1)77 #define ccrsa_ctx_d(_ctx_) (ccrsa_ctx_m(_ctx_) + 3 * ccrsa_ctx_n(_ctx_) + 1)91 ccrsa_priv_ctx_t priv = (ccrsa_priv_ctx_t)(ccrsa_ctx_d(fk)+ccrsa_ctx_n(fk)); in ccrsa_get_private_ctx_ptr()
43 ccrsa_ctx_n(pub->key) = ccn_nof(RSA_MAX_KEY_BITSIZE); in rsa_make_pub()