/external/dropbear/libtommath/ |
bn_mp_gcd.c | 19 int mp_gcd (mp_int * a, mp_int * b, mp_int * c) function
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 481 #define mp_gcd(a, b, c) ltc_mp.gcd(a, b, c) macro
|
/external/dropbear/libtommath/mtest/ |
mpi.c | 1919 mp_err mp_gcd(mp_int *a, mp_int *b, mp_int *c) function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 3174 int mp_gcd (mp_int * a, mp_int * b, mp_int * c) function [all...] |