Home | History | Annotate | Download | only in mtest

Lines Matching refs:mp_gcd

1913 /* {{{ mp_gcd(a, b, c) */
1916 Like the old mp_gcd() function, except computes the GCD using the
1919 mp_err mp_gcd(mp_int *a, mp_int *b, mp_int *c)
2036 if((res = mp_gcd(a, b, &gcd)) != MP_OKAY)
2059 based on the Stein algorithm used for mp_gcd()