Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/tls/
H A Dlibtommath.c165 static int mp_mod(mp_int * a, mp_int * b, mp_int * c);
545 res = mp_mod (&t, c, d); in mp_mulmod()
552 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod() function
780 if ((res = mp_mod(a, b, &x)) != MP_OKAY) { in mp_invmod_slow()
1948 if ((err = mp_mod (G, P, &M[1])) != MP_OKAY) { in s_mp_exptmod()
3084 if ((err = mp_mod(G, P, &M[1])) != MP_OKAY) { in mp_exptmod_fast()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1415 mp_mod((mp_int *) r, (mp_int *) m, (mp_int *) r) != 0) in crypto_bignum_rand()
1436 return mp_mod((mp_int *) a, (mp_int *) m, in crypto_bignum_mod()