Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dlibtommath.c308 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) in s_mp_sub() function
445 res = s_mp_sub (b, a, c); in mp_add()
448 res = s_mp_sub (a, b, c); in mp_add()
479 res = s_mp_sub (a, b, c); in mp_sub()
485 res = s_mp_sub (b, a, c); in mp_sub()
2179 s_mp_sub(a, n, a); in mp_reduce_2k_l()
2203 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) { in mp_reduce_2k_setup_l()
2325 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) { in mp_reduce()
2839 return s_mp_sub (x, n, x); in fast_mp_montgomery_reduce()
2940 if ((res = s_mp_sub (a, b, a)) != MP_OKAY) { in mp_montgomery_calc_normalization()