Lines Matching refs:still_going
871 vec_t still_going; in poly3_invert_vec() local
872 memset(&still_going, 0xff, sizeof(still_going)); in poly3_invert_vec()
875 const vec_t s_a = vec_broadcast_bit(still_going & (f_a[0] & g_a[0])); in poly3_invert_vec()
877 vec_broadcast_bit(still_going & ((f_s[0] ^ g_s[0]) & s_a)); in poly3_invert_vec()
894 still_going &= ~vec_broadcast_bit15(deg_f - kOne); in poly3_invert_vec()
955 crypto_word_t still_going = CONSTTIME_TRUE_W; in HRSS_poly3_invert() local
959 still_going & (f.a.v[0] & g.a.v[0])); in HRSS_poly3_invert()
961 still_going & ((f.s.v[0] ^ g.s.v[0]) & s_a)); in HRSS_poly3_invert()
982 assert(!(f0_is_nonzero && !still_going)); in HRSS_poly3_invert()
983 still_going &= ~constant_time_is_zero_w(deg_f); in HRSS_poly3_invert()
1619 crypto_word_t still_going = CONSTTIME_TRUE_W; in poly_invert_mod2() local
1622 const crypto_word_t s = still_going & lsb_to_all(f.v[0]); in poly_invert_mod2()
1639 assert(!(f0_is_nonzero && !still_going)); in poly_invert_mod2()
1641 still_going &= ~constant_time_is_zero_w(deg_f); in poly_invert_mod2()