Home
last modified time | relevance | path

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

/xnu-8020.140.41/EXTERNAL_HEADERS/corecrypto/
H A Dcczp.h29 typedef const struct cczp *cczp_const_t; typedef
72 CC_NONNULL((1)) CC_INLINE cc_size cczp_n(cczp_const_t zp) in cczp_n()
77 CC_NONNULL((1)) CC_INLINE const cc_unit *cczp_prime(cczp_const_t zp) in cczp_prime()
82 CC_NONNULL((1)) CC_INLINE size_t cczp_bitlen(cczp_const_t zp) in cczp_bitlen()
90 CC_NONNULL((1)) CC_INLINE const cc_unit *cczp_recip(cczp_const_t zp) in cczp_recip()
120 int cczp_power(cczp_const_t zp, cc_unit *r, const cc_unit *m, const cc_unit *e);
135 int cczp_inv(cczp_const_t zp, cc_unit *r, const cc_unit *x);