Searched refs:still_going (Results 1 – 1 of 1) sorted by relevance
871 vec_t still_going; in poly3_invert_vec() local872 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() local959 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()[all …]