Searched refs:mp_copy (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 170 static int mp_copy(mp_int * a, mp_int * b); 791 if ((res = mp_copy (b, &y)) != MP_OKAY) { in mp_invmod_slow() 802 if ((res = mp_copy (&x, &u)) != MP_OKAY) { in mp_invmod_slow() 805 if ((res = mp_copy (&y, &v)) != MP_OKAY) { in mp_invmod_slow() 1034 res = mp_copy (a, c); in mp_div_2d() 1054 if ((res = mp_copy (a, c)) != MP_OKAY) { in mp_div_2d() 1108 return mp_copy (b, a); in mp_init_copy() 1129 static int mp_copy (mp_int * a, mp_int * b) in mp_copy() function 1311 if ((res = mp_copy (a, b)) != MP_OKAY) { in mp_abs() 1391 if ((res = mp_copy (a, c)) != MP_OKAY) { in mp_mul_2d() [all …]
|