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

/opensolaris-onvv-gate/usr/src/common/crypto/ecc/
H A Decp_521.c61 ec_GFp_nistp521_mod(const mp_int *a, mp_int *r, const GFMethod *meth) function
123 MP_CHECKOK(ec_GFp_nistp521_mod(r, r, meth));
138 MP_CHECKOK(ec_GFp_nistp521_mod(r, r, meth));
161 MP_CHECKOK(ec_GFp_nistp521_mod(r, r, meth));
174 group->meth->field_mod = &ec_GFp_nistp521_mod;

Completed in 47 milliseconds