Searched defs:mp_gcd (Results 1 - 4 of 4) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_gcd.c19 int mp_gcd (mp_int * a, mp_int * b, mp_int * c) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h481 #define mp_gcd(a, b, c) ltc_mp.gcd(a, b, c) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c1913 /* {{{ 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) function
2036 if((res = mp_gcd(a, b, &gcd)) != MP_OKAY)
2059 based on the Stein algorithm used for mp_gcd()
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c3174 int mp_gcd (mp_int * a, mp_int * b, mp_int * c) function
4420 if ((res = mp_gcd (a, b, &t1)) != MP_OKAY) {

Completed in 142 milliseconds