Searched defs:MP_WARRAY (Results 1 - 5 of 5) sorted by relevance

/external/dropbear/libtommath/
H A Dtommath.h176 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1)) macro
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c112 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1)) macro
501 * have less than MP_WARRAY digits and the number of
507 if ((digs < MP_WARRAY) &&
2115 if ((a->used * 2 + 1) < MP_WARRAY &&
2335 if (((digs) < MP_WARRAY) &&
2411 mp_digit W[MP_WARRAY];
2584 if (((a->used + b->used + 1) < MP_WARRAY)
2684 mp_word W[MP_WARRAY];
3007 if (((P->used * 2 + 1) < MP_WARRAY) &&
3241 mp_digit W[MP_WARRAY], *tmp
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c112 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1)) macro
501 * have less than MP_WARRAY digits and the number of
507 if ((digs < MP_WARRAY) &&
2115 if ((a->used * 2 + 1) < MP_WARRAY &&
2335 if (((digs) < MP_WARRAY) &&
2411 mp_digit W[MP_WARRAY];
2584 if (((a->used + b->used + 1) < MP_WARRAY)
2684 mp_word W[MP_WARRAY];
3007 if (((P->used * 2 + 1) < MP_WARRAY) &&
3241 mp_digit W[MP_WARRAY], *tmp
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c112 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1)) macro
501 * have less than MP_WARRAY digits and the number of
507 if ((digs < MP_WARRAY) &&
2115 if ((a->used * 2 + 1) < MP_WARRAY &&
2335 if (((digs) < MP_WARRAY) &&
2411 mp_digit W[MP_WARRAY];
2584 if (((a->used + b->used + 1) < MP_WARRAY)
2684 mp_word W[MP_WARRAY];
3007 if (((P->used * 2 + 1) < MP_WARRAY) &&
3241 mp_digit W[MP_WARRAY], *tmp
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c112 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1)) macro
501 * have less than MP_WARRAY digits and the number of
507 if ((digs < MP_WARRAY) &&
2115 if ((a->used * 2 + 1) < MP_WARRAY &&
2335 if (((digs) < MP_WARRAY) &&
2411 mp_digit W[MP_WARRAY];
2584 if (((a->used + b->used + 1) < MP_WARRAY)
2684 mp_word W[MP_WARRAY];
3007 if (((P->used * 2 + 1) < MP_WARRAY) &&
3241 mp_digit W[MP_WARRAY], *tmp
[all...]

Completed in 142 milliseconds