Searched refs:mp_lcm (Results 1 – 3 of 3) sorted by relevance
48 …if ((err = mp_lcm( tmp1, tmp2, tmp1)) != CRYPT_OK) { goto cleanup; } /* tmp1 = lcm(… in s_rsa_make_key()
349 return mpi_to_ltc_error(mp_lcm(a, b, c)); in lcm()
208 #define mp_lcm(a, b, c) ltc_mp.lcm(a, b, c) macro
Completed in 5 milliseconds