Searched refs:next_carry (Results 1 – 2 of 2) sorted by relevance
311 const uint8_t next_carry = n[i] >> 5; in left_shift_3() local313 carry = next_carry; in left_shift_3()
451 const crypto_word_t next_carry = p->v[i] >> (BITS_PER_WORD - 1); in poly2_lshift1() local454 carry = next_carry; in poly2_lshift1()462 const crypto_word_t next_carry = p->v[i] & 1; in poly2_rshift1() local465 carry = next_carry; in poly2_rshift1()