Searched refs:ec_GFp_neg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c120 meth->field_neg = &ec_GFp_neg;
234 ec_GFp_neg(const mp_int *a, mp_int *r, const GFMethod *meth) function
259 MP_CHECKOK(ec_GFp_neg(r, r, meth));
H A Decl-priv.h209 mp_err ec_GFp_neg(const mp_int *a, mp_int *r, const GFMethod *meth);

Completed in 45 milliseconds