Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/mpi/
H A Dmp_gf2m.h54 mp_err mp_bmul(const mp_int *a, const mp_int *b, mp_int *c);
H A Dmp_gf2m.c288 mp_bmul(const mp_int *a, const mp_int *b, mp_int *c) in mp_bmul() function
440 if ((res = mp_bmul(a, b, r) ) != MP_OKAY) in mp_bmulmod()