Searched refs:hibit (Results 1 – 3 of 3) sorted by relevance
77 const unsigned long hibit = (st->final) ? 0 : (1UL << 24); /* 1 << 128 */ in poly1305_blocks() local107 h4 += (U8TO32(m+12) >> 8) | hibit; in poly1305_blocks()
75 const unsigned long hibit = (st->final) ? 0 : (1UL << 24); /* 1 << 128 */ in poly1305_blocks() local106 h4 += (U8TO32(m + 12) >> 8) | hibit; in poly1305_blocks()
79 const unsigned long hibit = (st->final) ? 0 : (1UL << 24); /* 1 << 128 */ in poly1305_blocks() local109 h4 += (U8TO32(m+12) >> 8) | hibit; in poly1305_blocks()