/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | libtommath.c | 456 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) in mp_sub() function 824 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) { in mp_invmod_slow() 849 if ((res = mp_sub (&D, &x, &D)) != MP_OKAY) { in mp_invmod_slow() 865 if ((res = mp_sub (&u, &v, &u)) != MP_OKAY) { in mp_invmod_slow() 869 if ((res = mp_sub (&A, &C, &A)) != MP_OKAY) { in mp_invmod_slow() 873 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) { in mp_invmod_slow() 878 if ((res = mp_sub (&v, &u, &v)) != MP_OKAY) { in mp_invmod_slow() 882 if ((res = mp_sub (&C, &A, &C)) != MP_OKAY) { in mp_invmod_slow() 886 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) { in mp_invmod_slow() 912 if ((res = mp_sub(&C, b, &C)) != MP_OKAY) { in mp_invmod_slow() [all …]
|
D | bignum.c | 161 if (mp_sub((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) { in bignum_sub()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | libtommath.c | 456 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) in mp_sub() function 824 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) { in mp_invmod_slow() 849 if ((res = mp_sub (&D, &x, &D)) != MP_OKAY) { in mp_invmod_slow() 865 if ((res = mp_sub (&u, &v, &u)) != MP_OKAY) { in mp_invmod_slow() 869 if ((res = mp_sub (&A, &C, &A)) != MP_OKAY) { in mp_invmod_slow() 873 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) { in mp_invmod_slow() 878 if ((res = mp_sub (&v, &u, &v)) != MP_OKAY) { in mp_invmod_slow() 882 if ((res = mp_sub (&C, &A, &C)) != MP_OKAY) { in mp_invmod_slow() 886 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) { in mp_invmod_slow() 912 if ((res = mp_sub(&C, b, &C)) != MP_OKAY) { in mp_invmod_slow() [all …]
|
D | bignum.c | 161 if (mp_sub((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) { in bignum_sub()
|
/third_party/boost/boost/multiprecision/ |
D | tommath.hpp | 249 detail::check_tommath_result(mp_sub(&m_data, &t, &m_data)); in operator =() 482 detail::check_tommath_result(mp_sub(&t.data(), const_cast< ::mp_int*>(&o.data()), &t.data())); in eval_subtract() 573 …detail::check_tommath_result(mp_sub(const_cast< ::mp_int*>(&p.data()), const_cast< ::mp_int*>(&o.d… in eval_subtract()
|
/third_party/quickjs/ |
D | libbf.c | 1058 limb_t mp_sub(limb_t *res, const limb_t *op1, const limb_t *op2, in mp_sub() function 1307 mp_sub(taba + n, taba + n, tabb, nb, 0); in mp_divnorm() 1391 c = mp_sub(tabt, tabt, taba, n, 0); in mp_recip() 1494 mp_sub(taba, taba, tabt, nb + 1, 0); in mp_divnorm_large() 1505 taba[nb] -= mp_sub(taba, taba, tabb, nb, 0); in mp_divnorm_large() 2000 mp_sub(taba + 2 * l, taba + 2 * l, tabs + l, h, 0); in mp_sqrtrem_rec() 2032 c = mp_sub(taba, taba, taba + n, 2 * l, 0); in mp_sqrtrem_rec()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_wolfssl.c | 1563 if (mp_sub(&e->prime, point->y, point->y) != MP_OKAY) in crypto_ec_point_invert()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_wolfssl.c | 1563 if (mp_sub(&e->prime, point->y, point->y) != MP_OKAY) in crypto_ec_point_invert()
|