Lines Matching full:26
90 c = (u32)(d0 >> 26); in poly1305_core_blocks()
93 c = (u32)(d1 >> 26); in poly1305_core_blocks()
96 c = (u32)(d2 >> 26); in poly1305_core_blocks()
99 c = (u32)(d3 >> 26); in poly1305_core_blocks()
102 c = (u32)(d4 >> 26); in poly1305_core_blocks()
105 c = (h0 >> 26); in poly1305_core_blocks()
136 c = h1 >> 26; in poly1305_core_emit()
139 c = h2 >> 26; in poly1305_core_emit()
142 c = h3 >> 26; in poly1305_core_emit()
145 c = h4 >> 26; in poly1305_core_emit()
148 c = h0 >> 26; in poly1305_core_emit()
154 c = g0 >> 26; in poly1305_core_emit()
157 c = g1 >> 26; in poly1305_core_emit()
160 c = g2 >> 26; in poly1305_core_emit()
163 c = g3 >> 26; in poly1305_core_emit()
165 g4 = h4 + c - (1UL << 26); in poly1305_core_emit()
183 h0 = ((h0) | (h1 << 26)) & 0xffffffff; in poly1305_core_emit()