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

/external/dropbear/libtommath/
H A Dtommath.h167 #ifndef MP_PREC
169 #define MP_PREC 32 /* default digits of precision */ macro
171 #define MP_PREC 8 /* default digits of precision */ macro
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c103 #ifndef MP_PREC
105 #define MP_PREC 32 /* default digits of precision */ macro
107 #define MP_PREC 8 /* default digits of precision */ macro
367 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
373 for (i = 0; i < MP_PREC; i++) {
380 a->alloc = MP_PREC;
1255 /* ensure there are always at least MP_PREC digits extra on top */
1256 size += (MP_PREC * 2) - (size % MP_PREC);
2485 size += (MP_PREC *
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c111 #ifndef MP_PREC
113 #define MP_PREC 32 /* default digits of precision */ macro
115 #define MP_PREC 8 /* default digits of precision */ macro
375 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
381 for (i = 0; i < MP_PREC; i++) {
388 a->alloc = MP_PREC;
1263 /* ensure there are always at least MP_PREC digits extra on top */
1264 size += (MP_PREC * 2) - (size % MP_PREC);
2493 size += (MP_PREC *
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c111 #ifndef MP_PREC
113 #define MP_PREC 32 /* default digits of precision */ macro
115 #define MP_PREC 8 /* default digits of precision */ macro
375 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
381 for (i = 0; i < MP_PREC; i++) {
388 a->alloc = MP_PREC;
1263 /* ensure there are always at least MP_PREC digits extra on top */
1264 size += (MP_PREC * 2) - (size % MP_PREC);
2493 size += (MP_PREC *
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c111 #ifndef MP_PREC
113 #define MP_PREC 32 /* default digits of precision */ macro
115 #define MP_PREC 8 /* default digits of precision */ macro
375 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
381 for (i = 0; i < MP_PREC; i++) {
388 a->alloc = MP_PREC;
1263 /* ensure there are always at least MP_PREC digits extra on top */
1264 size += (MP_PREC * 2) - (size % MP_PREC);
2493 size += (MP_PREC *
[all...]

Completed in 71 milliseconds