Searched refs:mp_gcd (Results 1 – 4 of 4) sorted by relevance
5 mp_gcd;
13 void mp_gcd(const MINT *, const MINT *, MINT *);
143 mp_gcd(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_gcd() function
79 mp_gcd(c10, c15, t0); in testgcd()