Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h162 static int mp_mod(mp_int * a, mp_int * b, mp_int * c);
551 res = mp_mod (&t, c, d); in mp_mulmod()
559 mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod() function
789 if ((res = mp_mod(a, b, &x)) != MP_OKAY) { in mp_invmod_slow()
1981 if ((err = mp_mod (G, P, &M[1])) != MP_OKAY) { in s_mp_exptmod()
3127 if ((err = mp_mod(G, P, &M[1])) != MP_OKAY) { in mp_exptmod_fast()