Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dbignum.c143 if (mp_add((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) { in bignum_add()
Dlibtommath.h419 mp_add (mp_int * a, mp_int * b, mp_int * c) in mp_add() function
574 res = mp_add (b, &t, c); in mp_mod()
822 if ((res = mp_add (&A, &y, &A)) != MP_OKAY) { in mp_invmod_slow()
847 if ((res = mp_add (&C, &y, &C)) != MP_OKAY) { in mp_invmod_slow()
906 if ((res = mp_add(&C, b, &C)) != MP_OKAY) { in mp_invmod_slow()
1673 ((res = mp_add(&q, &tq, &q)) != MP_OKAY)) { in mp_div()
1862 if ((res = mp_add (&x, &t1, &x)) != MP_OKAY) { in mp_div()
2349 if ((res = mp_add (x, &q, x)) != MP_OKAY) { in mp_reduce()