Searched refs:s_mp_sub (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 300 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) in s_mp_sub() function 440 res = s_mp_sub (b, a, c); in mp_add() 443 res = s_mp_sub (a, b, c); in mp_add() 475 res = s_mp_sub (a, b, c); in mp_sub() 481 res = s_mp_sub (b, a, c); in mp_sub() 2206 s_mp_sub(a, n, a); in mp_reduce_2k_l() 2231 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) { in mp_reduce_2k_setup_l() 2356 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) { in mp_reduce() 2871 return s_mp_sub (x, n, x); in fast_mp_montgomery_reduce() 2974 if ((res = s_mp_sub (a, b, a)) != MP_OKAY) { in mp_montgomery_calc_normalization()
|