HomeSort by relevance Sort by last modified time
    Searched refs:mp_expt_d (Results 1 - 7 of 7) sorted by null

  /external/dropbear/libtommath/
bn_mp_expt_d.c 19 int mp_expt_d (mp_int * a, mp_digit b, mp_int * c) function
bn_mp_n_root.c 66 if ((res = mp_expt_d (&t1, b - 1, &t3)) != MP_OKAY) {
99 if ((res = mp_expt_d (&t1, b, &t2)) != MP_OKAY) {
tommath.h 349 int mp_expt_d(mp_int *a, mp_digit b, mp_int *c);
bn.tex     [all...]
  /external/dropbear/libtommath/mtest/
mpi.h 113 mp_err mp_expt_d(mp_int *a, mp_digit d, mp_int *c);
mpi.c 756 /* {{{ mp_expt_d(a, d, b) */
758 mp_err mp_expt_d(mp_int *a, mp_digit d, mp_int *c) function
793 } /* end mp_expt_d() */
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 2459 int mp_expt_d (mp_int * a, mp_digit b, mp_int * c) function
    [all...]

Completed in 710 milliseconds