Searched refs:mp_gcd (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libmp/common/
H A Dmapfile-vers43 mp_gcd;
H A Dold_mp.c29 void gcd(MINT *a, MINT *b, MINT *c) { mp_gcd(a, b, c); }
H A Dgcd.c27 mp_gcd(MINT *a, MINT *b, MINT *c) function
/opensolaris-onvv-gate/usr/src/head/
H A Dmp.h52 extern void mp_gcd(MINT *, MINT *, MINT *);
69 extern void mp_gcd();
/opensolaris-onvv-gate/usr/src/common/mpi/
H A Dmpi.h320 mp_err mp_gcd(mp_int *a, mp_int *b, mp_int *c);
H A Dmpi.c1785 /* {{{ mp_gcd(a, b, c) */
1788 Like the old mp_gcd() function, except computes the GCD using the
1791 mp_err mp_gcd(mp_int *a, mp_int *b, mp_int *c) function
1880 } /* end mp_gcd() */
1908 if((res = mp_gcd(a, b, &gcd)) != MP_OKAY)
1931 based on the Stein algorithm used for mp_gcd()

Completed in 123 milliseconds