Searched refs:mp_digit (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 73 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; in s_mp_add() 271 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add() 286 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add() 326 register mp_digit u, *tmpa, *tmpb, *tmpc; in s_mp_sub() [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/ |
D | TpmToWolfMath.c | 500 mp_digit mp; in BnEccAdd()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_wolfssl.c | 1337 int ecc_map(ecc_point *, mp_int *, mp_digit); 1339 mp_int *a, mp_int *modulus, mp_digit mp); 1346 mp_digit mont_b;
|