Home
last modified time | relevance | path

Searched refs:mp_lcm (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_make_key.c48 …if ((err = mp_lcm( tmp1, tmp2, tmp1)) != CRYPT_OK) { goto cleanup; } /* tmp1 = lcm(… in s_rsa_make_key()
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dltm_desc.c349 return mpi_to_ltc_error(mp_lcm(a, b, c)); in lcm()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_private.h208 #define mp_lcm(a, b, c) ltc_mp.lcm(a, b, c) macro

Completed in 5 milliseconds