/external/dropbear/libtommath/ |
bn_mp_lcm.c | 19 int mp_lcm (mp_int * a, mp_int * b, mp_int * c) function
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 482 #define mp_lcm(a, b, c) ltc_mp.lcm(a, b, c) macro
|
/external/dropbear/libtommath/mtest/ |
mpi.c | 2021 mp_err mp_lcm(mp_int *a, mp_int *b, mp_int *c) function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 4409 int mp_lcm (mp_int * a, mp_int * b, mp_int * c) function [all...] |