Searched refs:mp_digit (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dlibtommath.c73 typedef unsigned long mp_digit; typedef
79 typedef unsigned long mp_digit; typedef
92 #define MP_MASK ((((mp_digit)1)<<((mp_digit)DIGIT_BIT))-((mp_digit)1))
128 mp_digit *dp;
156 static void mp_set(mp_int * a, mp_digit b);
193 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
250 register mp_digit u, *tmpa, *tmpb, *tmpc;
271 u = *tmpc >> ((mp_digit)DIGIT_BI
[all...]
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1253 int ecc_map(ecc_point *, mp_int *, mp_digit);
1255 mp_int *a, mp_int *modulus, mp_digit mp);
1262 mp_digit mont_b;

Completed in 62 milliseconds