Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds