Home
last modified time | relevance | path

Searched refs:MP_WARRAY (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h114 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1)) macro
517 if ((digs < MP_WARRAY) && in mp_mul()
2156 if ((a->used * 2 + 1) < MP_WARRAY && in mp_sqr()
2382 if (((digs) < MP_WARRAY) && in s_mp_mul_digs()
2459 mp_digit W[MP_WARRAY]; in fast_s_mp_mul_digs()
2635 if (((a->used + b->used + 1) < MP_WARRAY) in s_mp_mul_high_digs()
2736 mp_word W[MP_WARRAY]; in fast_mp_montgomery_reduce()
3062 if (((P->used * 2 + 1) < MP_WARRAY) && in mp_exptmod_fast()
3297 mp_digit W[MP_WARRAY], *tmpx; in fast_s_mp_sqr()