Lines Matching full:44
23 key->key.r64[1] = ((t0 >> 44) | (t1 << 20)) & 0xfffffc0ffffULL; in poly1305_core_setkey()
68 h1 += ((t0 >> 44) | (t1 << 20)) & 0xfffffffffffULL; in poly1305_core_blocks()
89 c = (u64)(d0 >> 44); in poly1305_core_blocks()
92 c = (u64)(d1 >> 44); in poly1305_core_blocks()
98 c = h0 >> 44; in poly1305_core_blocks()
124 c = h1 >> 44; in poly1305_core_emit()
130 c = h0 >> 44; in poly1305_core_emit()
133 c = h1 >> 44; in poly1305_core_emit()
139 c = h0 >> 44; in poly1305_core_emit()
145 c = g0 >> 44; in poly1305_core_emit()
148 c = g1 >> 44; in poly1305_core_emit()
168 c = h0 >> 44; in poly1305_core_emit()
170 h1 += (((t0 >> 44) | (t1 << 20)) & 0xfffffffffffULL) + c; in poly1305_core_emit()
171 c = h1 >> 44; in poly1305_core_emit()
178 h0 = h0 | (h1 << 44); in poly1305_core_emit()