Searched refs:mp_mul (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dbignum.c179 if (mp_mul((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) {
H A Dlibtommath.c493 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) function
529 #error mp_mul could fail
549 if ((res = mp_mul (a, b, &t)) != MP_OKAY) {
1984 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
2059 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
2087 if ((err = mp_mul (&res, &M[1], &res)) != MP_OKAY) {
2169 if ((res = mp_mul(&q, d, &q)) != MP_OKAY) {
2273 if ((res = mp_mul (&q, mu, &q)) != MP_OKAY) {
3113 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
3182 if ((err = mp_mul (
[all...]

Completed in 140 milliseconds