Searched refs:mp_bmul (Results 1 – 2 of 2) sorted by relevance
54 mp_err mp_bmul(const mp_int *a, const mp_int *b, mp_int *c);
288 mp_bmul(const mp_int *a, const mp_int *b, mp_int *c) in mp_bmul() function440 if ((res = mp_bmul(a, b, r) ) != MP_OKAY) in mp_bmulmod()