Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c173 static int mp_mod(mp_int * a, mp_int * b, mp_int * c);
553 res = mp_mod (&t, c, d); in mp_mulmod()
560 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod() function
788 if ((res = mp_mod(a, b, &x)) != MP_OKAY) { in mp_invmod_slow()
1956 if ((err = mp_mod (G, P, &M[1])) != MP_OKAY) { in s_mp_exptmod()
3091 if ((err = mp_mod(G, P, &M[1])) != MP_OKAY) { in mp_exptmod_fast()