Searched refs:mp_mul_2 (Results 1 – 1 of 1) sorted by relevance
2847 static int mp_mul_2(mp_int * a, mp_int * b) in mp_mul_2() function2935 if ((res = mp_mul_2 (a, a)) != MP_OKAY) { in mp_montgomery_calc_normalization()