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

/illumos-gate/usr/src/common/mpi/
H A Dmp_gf2m.h61 mp_err mp_bmod(const mp_int *a, const unsigned int p[], mp_int *r);
H A Dmp_gf2m.c353 mp_bmod(const mp_int *a, const unsigned int p[], mp_int *r) function
442 return mp_bmod(r, p, r);
479 MP_CHECKOK( mp_bmod(r, p, r) );
514 MP_CHECKOK( mp_bmod(a, p, a) );
515 MP_CHECKOK( mp_bmod(u, p, u) );
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c1010 return mp_bmod(a, meth->irr_arr, r);

Completed in 58 milliseconds