Searched refs:constant_time_is_nonzero_w (Results 1 – 5 of 5) sorted by relevance
80 return constant_time_is_nonzero_w(borrow); in LIMBS_less_than()87 Limb lo = constant_time_is_nonzero_w(limb_sub(&dummy, a[0], b)); in LIMBS_less_than_limb()116 constant_time_is_nonzero_w(limbs_add(r, a, b, num_limbs)); in LIMBS_add_mod()128 constant_time_is_nonzero_w(limbs_sub(r, a, b, num_limbs)); in LIMBS_sub_mod()137 constant_time_is_nonzero_w(a[num_limbs - 1] & LIMB_HIGH_BIT); in LIMBS_shl_mod()
262 *is_negative = constant_time_is_nonzero_w(s & 1); in booth_recode()
132 Limb is_odd = constant_time_is_nonzero_w(a[0] & 1); in elem_div_by_2()
69 c = constant_time_is_nonzero_w(a); in test_is_zero_w()
221 static inline crypto_word constant_time_is_nonzero_w(crypto_word a) { in constant_time_is_nonzero_w() function