Home | History | Annotate | Download | only in libtommath

Lines Matching refs:mp_digit

342     mp_digit *dp;
652 void mp_set (mp_int * a, mp_digit b);
742 int mp_init_set (mp_int * a, mp_digit b);
927 int mp_cmp_d(mp_int * a, mp_digit b);
1382 int mp_montgomery_setup(mp_int *a, mp_digit *mp);
1390 int mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
1418 mp_digit mp;
1503 void mp_dr_setup(mp_int *a, mp_digit *d);
1512 int mp_dr_reduce(mp_int *a, mp_int *b, mp_digit mp);
1534 int mp_reduce_2k_setup(mp_int *a, mp_digit *d);
1541 int mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d);
1551 int mp_expt_d (mp_int * a, mp_digit b, mp_int * c)
1574 int mp_n_root (mp_int * a, mp_digit b, mp_int * c)
1822 int mp_add_d(mp_int *a, mp_digit b, mp_int *c);
1823 int mp_sub_d(mp_int *a, mp_digit b, mp_int *c);
1824 int mp_mul_d(mp_int *a, mp_digit b, mp_int *c);
1825 int mp_div_d(mp_int *a, mp_digit b, mp_int *c, mp_digit *d);
1826 int mp_mod_d(mp_int *a, mp_digit b, mp_digit *c);