Searched refs:mp_add (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/tls/ |
H A D | bignum.c | 143 if (mp_add((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) { in bignum_add()
|
H A D | libtommath.c | 416 static int mp_add (mp_int * a, mp_int * b, mp_int * c) in mp_add() function 567 res = mp_add (b, &t, c); in mp_mod() 813 if ((res = mp_add (&A, &y, &A)) != MP_OKAY) { in mp_invmod_slow() 838 if ((res = mp_add (&C, &y, &C)) != MP_OKAY) { in mp_invmod_slow() 897 if ((res = mp_add(&C, b, &C)) != MP_OKAY) { in mp_invmod_slow() 1642 ((res = mp_add(&q, &tq, &q)) != MP_OKAY)) { in mp_div() 1830 if ((res = mp_add (&x, &t1, &x)) != MP_OKAY) { in mp_div() 2310 if ((res = mp_add (x, &q, x)) != MP_OKAY) { in mp_reduce()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_wolfssl.c | 1427 return mp_add((mp_int *) a, (mp_int *) b, in crypto_bignum_add()
|