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