Lines Matching full:44
25 key->key.r64[1] = ((t0 >> 44) | (t1 << 20)) & 0xfffffc0ffffULL; in poly1305_core_setkey()
70 h1 += ((t0 >> 44) | (t1 << 20)) & 0xfffffffffffULL; in poly1305_core_blocks()
91 c = (u64)(d0 >> 44); in poly1305_core_blocks()
94 c = (u64)(d1 >> 44); in poly1305_core_blocks()
100 c = h0 >> 44; in poly1305_core_blocks()
126 c = h1 >> 44; in poly1305_core_emit()
132 c = h0 >> 44; in poly1305_core_emit()
135 c = h1 >> 44; in poly1305_core_emit()
141 c = h0 >> 44; in poly1305_core_emit()
147 c = g0 >> 44; in poly1305_core_emit()
150 c = g1 >> 44; in poly1305_core_emit()
170 c = h0 >> 44; in poly1305_core_emit()
172 h1 += (((t0 >> 44) | (t1 << 20)) & 0xfffffffffffULL) + c; in poly1305_core_emit()
173 c = h1 >> 44; in poly1305_core_emit()
180 h0 = h0 | (h1 << 44); in poly1305_core_emit()