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

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dlibtommath.c173 static int mp_mod(mp_int * a, mp_int * b, mp_int * c);
553 res = mp_mod (&t, c, d);
560 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) function
788 if ((res = mp_mod(a, b, &x)) != MP_OKAY) {
1956 if ((err = mp_mod (G, P, &M[1])) != MP_OKAY) {
3092 if ((err = mp_mod(G, P, &M[1])) != MP_OKAY) {
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1097 mp_mod((mp_int *) r, (mp_int *) m, (mp_int *) r) != 0)
1117 return mp_mod((mp_int *) a, (mp_int *) m,

Completed in 60 milliseconds