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

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dlibtommath.c220 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
437 res = s_mp_add (a, b, c);
469 res = s_mp_add (a, b, c);
2174 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {

Completed in 52 milliseconds