Searched refs:MP_MASK (Results 1 – 1 of 1) sorted by relevance
266 *tmpc++ &= MP_MASK; in s_mp_add()281 *tmpc++ &= MP_MASK; in s_mp_add()340 *tmpc++ &= MP_MASK; in s_mp_sub()352 *tmpc++ &= MP_MASK; in s_mp_sub()978 a->dp[0] = (*b & MP_MASK); in mp_read_unsigned_bin()1320 a->dp[0] = b & MP_MASK; in mp_set()1779 if (tmp > (mp_word) MP_MASK) in mp_div()1780 tmp = MP_MASK; in mp_div()2462 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_digs()2743 mu = (mp_digit) (((W[ix] & MP_MASK) * rho) & MP_MASK); in fast_mp_montgomery_reduce()[all …]