Searched defs:mp_gcd (Results 1 – 4 of 4) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_gcd.c | 19 int mp_gcd (mp_int * a, mp_int * b, mp_int * c) in mp_gcd() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 481 #define mp_gcd(a, b, c) ltc_mp.gcd(a, b, c) macro
|
/external/dropbear/libtommath/mtest/ |
D | mpi.c | 1919 mp_err mp_gcd(mp_int *a, mp_int *b, mp_int *c) in mp_gcd() function
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 3174 int mp_gcd (mp_int * a, mp_int * b, mp_int * c) in mp_gcd() function
|