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

  /external/dropbear/libtommath/mtest/
mpi.h 135 mp_err mp_expt(mp_int *a, mp_int *b, mp_int *c);
mpi.c 1253 /* {{{ mp_expt(a, b, c) */
1256 mp_expt(a, b, c)
1262 mp_err mp_expt(mp_int *a, mp_int *b, mp_int *c) function
1327 } /* end mp_expt() */
    [all...]

Completed in 75 milliseconds