Searched defs:mp_lcm (Results 1 – 4 of 4) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_lcm.c | 19 int mp_lcm (mp_int * a, mp_int * b, mp_int * c) in mp_lcm() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 482 #define mp_lcm(a, b, c) ltc_mp.lcm(a, b, c) macro
|
/external/dropbear/libtommath/mtest/ |
D | mpi.c | 2021 mp_err mp_lcm(mp_int *a, mp_int *b, mp_int *c) in mp_lcm() function
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 4409 int mp_lcm (mp_int * a, mp_int * b, mp_int * c) in mp_lcm() function
|