Home
last modified time | relevance | path

Searched refs:mp_bmul (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmp_gf2m.h52 mp_err mp_bmul(const mp_int *a, const mp_int *b, mp_int *c);
H A Dmp_gf2m.c286 mp_bmul(const mp_int *a, const mp_int *b, mp_int *c) in mp_bmul() function
438 if ((res = mp_bmul(a, b, r) ) != MP_OKAY) in mp_bmulmod()