Home
last modified time | relevance | path

Searched refs:lcm (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c399 static int lcm(void *a, void *b, void *c) in lcm() function
666 .lcm = lcm,
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h296 int (*lcm)(void *a, void *b, void *c); member
H A Dtomcrypt_private.h233 #define mp_lcm(a, b, c) ltc_mp.lcm(a, b, c)
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c344 static int lcm(void *a, void *b, void *c) in lcm() function
510 &lcm,
H A Dgmp_desc.c445 static int lcm(void *a, void *b, void *c) in lcm() function
608 &lcm,
H A Dtfm_desc.c307 static int lcm(void *a, void *b, void *c) in lcm() function
802 &lcm,