Home
last modified time | relevance | path

Searched refs:mp_bdivmod (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/common/mpi/
H A Dmp_gf2m.h65 mp_err mp_bdivmod(const mp_int *y, const mp_int *x, const mp_int *pp,
H A Dmp_gf2m.c495 mp_bdivmod(const mp_int *y, const mp_int *x, const mp_int *pp, in mp_bdivmod() function
/titanic_41/usr/src/common/crypto/ecc/
H A Decl_gf.c1043 MP_CHECKOK(mp_bdivmod(&t, b, &meth->irr, meth->irr_arr, r)); in ec_GF2m_div()
1048 return mp_bdivmod(a, b, &meth->irr, meth->irr_arr, r); in ec_GF2m_div()