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

/illumos-gate/usr/src/common/mpi/
H A Dmp_gf2m.h64 mp_err mp_bsqrmod(const mp_int *a, const unsigned int p[], mp_int *r);
H A Dmp_gf2m.c439 if (a == b) return mp_bsqrmod(a, p, r);
450 mp_bsqrmod(const mp_int *a, const unsigned int p[], mp_int *r) function
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_163.c142 return mp_bsqrmod(a, meth->irr_arr, r);
150 return mp_bsqrmod(a, meth->irr_arr, r);
H A Dec2_193.c150 return mp_bsqrmod(a, meth->irr_arr, r);
158 return mp_bsqrmod(a, meth->irr_arr, r);
H A Dec2_233.c166 return mp_bsqrmod(a, meth->irr_arr, r);
174 return mp_bsqrmod(a, meth->irr_arr, r);
H A Decl_gf.c1025 return mp_bsqrmod(a, meth->irr_arr, r);

Completed in 72 milliseconds