Home
last modified time | relevance | path

Searched refs:cczp (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/EXTERNAL_HEADERS/corecrypto/
H A Dcczp.h19 struct cczp;
21 typedef struct cczp *cczp_t;
22 typedef const struct cczp *cczp_const_t;
39 struct cczp { struct
H A Dccrsa.h72 #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_))