Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/tls/
H A Dlibtommath.c300 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) in s_mp_sub() function
437 res = s_mp_sub (b, a, c); in mp_add()
440 res = s_mp_sub (a, b, c); in mp_add()
471 res = s_mp_sub (a, b, c); in mp_sub()
477 res = s_mp_sub (b, a, c); in mp_sub()
2171 s_mp_sub(a, n, a); in mp_reduce_2k_l()
2195 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) { in mp_reduce_2k_setup_l()
2317 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) { in mp_reduce()
2831 return s_mp_sub (x, n, x); in fast_mp_montgomery_reduce()
2932 if ((res = s_mp_sub (a, b, a)) != MP_OKAY) { in mp_montgomery_calc_normalization()