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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_224.c52 ec_GFp_nistp224_mod(const mp_int *a, mp_int *r, const GFMethod *meth) function
316 MP_CHECKOK(ec_GFp_nistp224_mod(r, r, meth));
331 MP_CHECKOK(ec_GFp_nistp224_mod(r, r, meth));
354 MP_CHECKOK(ec_GFp_nistp224_mod(r, r, meth));
367 group->meth->field_mod = &ec_GFp_nistp224_mod;

Completed in 90 milliseconds