Home
last modified time | relevance | path

Searched refs:g0 (Results 1 – 2 of 2) sorted by relevance

/lib/crypto/
Dpoly1305-donna64.c118 u64 g0, g1, g2; in poly1305_core_emit() local
146 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()
Dpoly1305-donna32.c125 u32 g0, g1, g2, g3, g4; in poly1305_core_emit() local
153 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()