Searched refs:g0 (Results 1 – 2 of 2) sorted by relevance
118 u64 g0, g1, g2; in poly1305_core_emit() local146 g0 = h0 + 5; in poly1305_core_emit()147 c = g0 >> 44; in poly1305_core_emit()148 g0 &= 0xfffffffffffULL; in poly1305_core_emit()156 g0 &= c; in poly1305_core_emit()160 h0 = (h0 & c) | g0; in poly1305_core_emit()
125 u32 g0, g1, g2, g3, g4; in poly1305_core_emit() local153 g0 = h0 + 5; in poly1305_core_emit()154 c = g0 >> 26; in poly1305_core_emit()155 g0 &= 0x3ffffff; in poly1305_core_emit()169 g0 &= mask; in poly1305_core_emit()176 h0 = (h0 & mask) | g0; in poly1305_core_emit()