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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_384.c50 ec_GFp_nistp384_mod(const mp_int *a, mp_int *r, const GFMethod *meth) function
263 MP_CHECKOK(ec_GFp_nistp384_mod(r, r, meth));
278 MP_CHECKOK(ec_GFp_nistp384_mod(r, r, meth));
289 group->meth->field_mod = &ec_GFp_nistp384_mod;

Completed in 56 milliseconds