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

  /external/dropbear/libtommath/
bn_mp_dr_reduce.c 33 mp_dr_reduce (mp_int * x, mp_int * n, mp_digit k) function
bn_mp_exptmod_fast.c 117 redux = mp_dr_reduce;
tommath.h 419 /* sets the value of "d" required for mp_dr_reduce */
423 int mp_dr_reduce(mp_int *a, mp_int *b, mp_digit mp);
bn.tex     [all...]
  /external/dropbear/libtommath/demo/
demo.c 300 printf("testing mp_dr_reduce...\n");
325 mp_dr_reduce(&c, &a, (((mp_digit) 1) << DIGIT_BIT) - a.dp[0]);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 2301 mp_dr_reduce (mp_int * x, mp_int * n, mp_digit k) function
    [all...]

Completed in 114 milliseconds