Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dbignum.c198 if (mp_mulmod((mp_int *) a, (mp_int *) b, (mp_int *) c, (mp_int *) d) in bignum_mulmod()
Dlibtommath.c540 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() function
3086 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) { in mp_exptmod_fast()