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

  /external/dropbear/libtommath/
bn_fast_mp_montgomery_reduce.c 119 register mp_word *_W, *_W1;
124 _W1 = W + ix;
130 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 323 register mp_word *_W, *_W1;
328 _W1 = W + ix;
334 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT);
    [all...]

Completed in 84 milliseconds