Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c220 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) in s_mp_add() function
437 res = s_mp_add (a, b, c); in mp_add()
469 res = s_mp_add (a, b, c); in mp_sub()
2174 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) { in mp_reduce_2k_l()