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