Searched refs:rho (Results 1 – 1 of 1) sorted by relevance
2646 mp_montgomery_setup (mp_int * n, mp_digit * rho) in mp_montgomery_setup() argument2677 *rho = (unsigned long)(((mp_word)1 << ((mp_word) DIGIT_BIT)) - x) & MP_MASK; in mp_montgomery_setup()2693 static int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() argument2743 mu = (mp_digit) (((W[ix] & MP_MASK) * rho) & MP_MASK); in fast_mp_montgomery_reduce()