Searched refs:h0 (Results 1 – 1 of 1) sorted by relevance
19 ulong32 h0,h1,h2,h3,h4; in s_poly1305_block() local35 h0 = st->h[0]; in s_poly1305_block()62 h0 += c * 5; c = (h0 >> 26); h0 = h0 & 0x3ffffff; in s_poly1305_block()69 st->h[0] = h0; in s_poly1305_block()167 ulong32 h0,h1,h2,h3,h4,c; in poly1305_done() local187 h0 = st->h[0]; in poly1305_done()197 h0 += c * 5; c = h0 >> 26; h0 = h0 & 0x3ffffff; in poly1305_done()215 h0 = (h0 & mask) | g0; in poly1305_done()222 h0 = ((h0 ) | (h1 << 26)) & 0xffffffff; in poly1305_done()228 f = (ulong64)h0 + st->pad[0] ; h0 = (ulong32)f; in poly1305_done()[all …]
Completed in 3 milliseconds