Searched refs:cczp_t (Results 1 – 2 of 2) sorted by relevance
28 typedef struct cczp *cczp_t; typedef99 int cczp_init(cczp_t zp);108 void cczp_init_with_recip(cczp_t zp, const cc_unit *recip);
72 #define ccrsa_ctx_zm(_ctx_) ((cczp_t)(_ctx_))82 #define ccrsa_ctx_private_zp(FK) ((cczp_t)ccrsa_get_private_ctx_ptr(FK))83 #define ccrsa_ctx_private_zq(FK) ((cczp_t)((ccrsa_get_private_ctx_ptr(FK))->pv_ccn + 2 * ccrsa_ct…