Searched refs:g3 (Results 1 – 5 of 5) sorted by relevance
168 ulong32 g0,g1,g2,g3,g4; in poly1305_done() local204 g3 = h3 + c; c = g3 >> 26; g3 &= 0x3ffffff; in poly1305_done()212 g3 &= mask; in poly1305_done()218 h3 = (h3 & mask) | g3; in poly1305_done()
22 version-o-cflags = $(filter-out -g3,$(CFLAGS) $(core-platform-cflags) \
175 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local199 g3 = (uint32_t) d; in poly1305_compute_mac()210 acc3 = (acc3 & mask_inv) | (g3 & mask); in poly1305_compute_mac()
157 platform-cflags-debug-info ?= -g3
252 platform-cflags-debug-info ?= -g3