mp_int_gcd 1583 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_gcd(a, b, &lcm)) != MP_OK) mp_int_gcd 171 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_gcd(mp_int a, mp_int b, mp_int c); /* c = gcd(a, b) */ mp_int_gcd 559 source4/heimdal/lib/hcrypto/rsa-imath.c CHECK(mp_int_gcd(&t1, &el, &t2), MP_OK); mp_int_gcd 574 source4/heimdal/lib/hcrypto/rsa-imath.c CHECK(mp_int_gcd(&t1, &el, &t2), MP_OK);