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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c308 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
445 res = s_mp_sub (b, a, c);
448 res = s_mp_sub (a, b, c);
479 res = s_mp_sub (a, b, c);
485 res = s_mp_sub (b, a, c);
2179 s_mp_sub(a, n, a);
2203 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
2325 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) {
2839 return s_mp_sub (x, n, x);
2940 if ((res = s_mp_sub (
[all...]

Completed in 123 milliseconds