Searched refs:s_mp_invmod_even_m (Results 1 – 2 of 2) sorted by relevance
244 mp_err s_mp_invmod_even_m(const mp_int *a, const mp_int *m, mp_int *c);
2349 mp_err s_mp_invmod_even_m(const mp_int *a, const mp_int *m, mp_int *c) in s_mp_invmod_even_m() function2447 return s_mp_invmod_even_m(a, m, c); in mp_invmod()