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

  /external/dropbear/libtommath/
bn_mp_prime_next_prime.c 26 mp_digit res_tab[PRIME_SIZE], step, kstep; local
74 kstep = 4;
76 kstep = 2;
115 step += kstep;
120 res_tab[x] += kstep;
132 } while (y == 1 && step < ((((mp_digit)1)<<DIGIT_BIT) - kstep));
140 if (y == 1 && step >= ((((mp_digit)1)<<DIGIT_BIT) - kstep)) {
  /external/dropbear/libtommath/pre_gen/
mpi.c 5861 mp_digit res_tab[PRIME_SIZE], step, kstep; local
    [all...]

Completed in 52 milliseconds