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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmp_gf2m.h52 mp_err mp_bmod(const mp_int *a, const unsigned int p[], mp_int *r);
H A Dmp_gf2m.c344 mp_bmod(const mp_int *a, const unsigned int p[], mp_int *r) function
433 return mp_bmod(r, p, r);
470 MP_CHECKOK( mp_bmod(r, p, r) );
505 MP_CHECKOK( mp_bmod(a, p, a) );
506 MP_CHECKOK( mp_bmod(u, p, u) );
H A Decl_gf.c1001 return mp_bmod(a, meth->irr_arr, r);

Completed in 1027 milliseconds