Lines Matching refs:mp_gcd
3174 int mp_gcd (mp_int * a, mp_int * b, mp_int * c)4420 if ((res = mp_gcd (a, b, &t1)) != MP_OKAY) {