Lines Matching defs:mp_mod_d
3938 if ((res = mp_mod_d(arg,105,&c)) != MP_OKAY) {4655 mp_mod_d (mp_int * a, mp_digit b, mp_digit * c)5620 if ((err = mp_mod_d (a, ltm_prime_tab[ix], &res)) != MP_OKAY) {5932 if ((err = mp_mod_d(a, ltm_prime_tab[x], res_tab + x)) != MP_OKAY) {