Searched refs:hibit (Results 1 – 2 of 2) sorted by relevance
65 const unsigned long long hibit = in poly1305_blocks() local93 h2 += (((t1 >> 24)) & 0x3ffffffffff) | hibit; in poly1305_blocks()
59 const unsigned long hibit = (st->final) ? 0UL : (1UL << 24); /* 1 << 128 */ in poly1305_blocks() local89 h4 += (LOAD32_LE(m + 12) >> 8) | hibit; in poly1305_blocks()