Searched refs:cczp (Results 1 – 2 of 2) sorted by relevance
19 struct cczp;21 typedef struct cczp *cczp_t;22 typedef const struct cczp *cczp_const_t;39 struct cczp { struct
72 #define ccrsa_pub_ctx_size(_nbytes_) (sizeof(struct cczp) + CCN_UNIT_SIZE + 3 * ccn_sizeof_size(_…73 #define ccrsa_priv_ctx_size(_nbytes_) (ccn_sizeof_size(_nbytes_) + (sizeof(struct cczp) + CCN_UNIT…103 #define ccrsa_ctx_zm(_ctx_) ((struct cczp* cc_single)(_ctx_))