Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h211 s_mp_add (mp_int * a, mp_int * b, mp_int * c) in s_mp_add() function
432 res = s_mp_add (a, b, c); in mp_add()
465 res = s_mp_add (a, b, c); in mp_sub()
2201 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) { in mp_reduce_2k_l()