HomeSort by relevance Sort by last modified time
    Searched defs:MP_WARRAY (Results 1 - 4 of 4) sorted by null

  /external/dropbear/libtommath/
tommath.h 176 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1))
  /external/wpa_supplicant/
libtommath.c 89 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1))
461 * have less than MP_WARRAY digits and the number of
467 if ((digs < MP_WARRAY) &&
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 112 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1))
501 * have less than MP_WARRAY digits and the number of
507 if ((digs < MP_WARRAY) &&
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 112 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1))
501 * have less than MP_WARRAY digits and the number of
507 if ((digs < MP_WARRAY) &&
    [all...]

Completed in 1056 milliseconds