Searched refs:mp_mulmod (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dbignum.c198 if (mp_mulmod((mp_int *) a, (mp_int *) b, (mp_int *) c, (mp_int *) d)
H A Dlibtommath.c540 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
3087 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) {
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1179 return mp_mulmod((mp_int *) a, (mp_int *) b, (mp_int *) m,
1509 if (mp_mulmod(pa->x, &mu, modulus, ta->x) != MP_OKAY ||
1510 mp_mulmod(pa->y, &mu, modulus, ta->y) != MP_OKAY ||
1511 mp_mulmod(pa->z, &mu, modulus, ta->z) != MP_OKAY ||
1512 mp_mulmod(pb->x, &mu, modulus, tb->x) != MP_OKAY ||
1513 mp_mulmod(pb->y, &mu, modulus, tb->y) != MP_OKAY ||
1514 mp_mulmod(pb->z, &mu, modulus, tb->z) != MP_OKAY) {
1613 mp_mulmod((mp_int *) x, y2, &e->prime, y2) != 0 ||
1614 mp_mulmod((mp_int *) x, &e->a, &e->prime, &t) != 0 ||

Completed in 125 milliseconds