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

/external/dropbear/libtommath/
H A Dbn_mp_lcm.c19 int mp_lcm (mp_int * a, mp_int * b, mp_int * c) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h482 #define mp_lcm(a, b, c) ltc_mp.lcm(a, b, c) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c2012 /* {{{ mp_lcm(a, b, c) */
2021 mp_err mp_lcm(mp_int *a, mp_int *b, mp_int *c) function
2048 } /* end mp_lcm() */
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c4409 int mp_lcm (mp_int * a, mp_int * b, mp_int * c) function

Completed in 143 milliseconds