Searched refs:mp_bmod (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/native/sun/security/ec/impl/ |
H A D | mp_gf2m.h | 52 mp_err mp_bmod(const mp_int *a, const unsigned int p[], mp_int *r);
|
H A D | mp_gf2m.c | 344 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 D | ecl_gf.c | 1001 return mp_bmod(a, meth->irr_arr, r);
|
Completed in 1027 milliseconds