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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmp_gf2m.h55 mp_err mp_bsqrmod(const mp_int *a, const unsigned int p[], mp_int *r);
H A Dec2_163.c133 return mp_bsqrmod(a, meth->irr_arr, r);
141 return mp_bsqrmod(a, meth->irr_arr, r);
H A Dec2_193.c141 return mp_bsqrmod(a, meth->irr_arr, r);
149 return mp_bsqrmod(a, meth->irr_arr, r);
H A Dec2_233.c157 return mp_bsqrmod(a, meth->irr_arr, r);
165 return mp_bsqrmod(a, meth->irr_arr, r);
H A Dmp_gf2m.c430 if (a == b) return mp_bsqrmod(a, p, r);
441 mp_bsqrmod(const mp_int *a, const unsigned int p[], mp_int *r) function
H A Decl_gf.c1016 return mp_bsqrmod(a, meth->irr_arr, r);

Completed in 461 milliseconds