Searched refs:lsb_to_all (Results 1 – 1 of 1) sorted by relevance
576 static crypto_word_t lsb_to_all(crypto_word_t v) { return 0u - (v & 1); } in lsb_to_all() function581 ms = lsb_to_all(ms); in poly3_mul_const()582 ma = lsb_to_all(ma); in poly3_mul_const()611 return lsb_to_all(v >> (BITS_IN_LAST_WORD - 1)); in final_bit_to_all()692 poly3_word_mul(&m_s, &m_a, a_s, a_a, lsb_to_all(b_s), lsb_to_all(b_a)); in poly3_mul_aux()958 const crypto_word_t s_a = lsb_to_all( in HRSS_poly3_invert()960 const crypto_word_t s_s = lsb_to_all( in HRSS_poly3_invert()980 lsb_to_all(f.s.v[0]) | lsb_to_all(f.a.v[0]); in HRSS_poly3_invert()1622 const crypto_word_t s = still_going & lsb_to_all(f.v[0]); in poly_invert_mod2()1637 const crypto_word_t f0_is_nonzero = lsb_to_all(f.v[0]); in poly_invert_mod2()