Searched refs:g3 (Results 1 – 1 of 1) sorted by relevance
219 u32 g0, g1, g2, g3, g4; in poly1305_core_emit() local239 g3 = h3 + (g2 >> 26); g2 &= 0x3ffffff; in poly1305_core_emit()240 g4 = h4 + (g3 >> 26) - (1 << 26); g3 &= 0x3ffffff; in poly1305_core_emit()247 g3 &= mask; in poly1305_core_emit()253 h3 = (h3 & mask) | g3; in poly1305_core_emit()