Lines Matching refs:h4
48 uint32_t h0, h1, h2, h3, h4; member
92 state->h4 += (t3 >> 8) | (1 << 24); in poly1305_update()
97 mul32x32_64(state->h4, state->s1); in poly1305_update()
100 mul32x32_64(state->h4, state->s2); in poly1305_update()
103 mul32x32_64(state->h4, state->s3); in poly1305_update()
106 mul32x32_64(state->h4, state->s4); in poly1305_update()
109 mul32x32_64(state->h4, state->r0); in poly1305_update()
123 state->h4 = (uint32_t)t[4] & 0x3ffffff; in poly1305_update()
155 state->h4 += (t3 >> 8); in poly1305_update()
193 state->h4 = 0; in GFp_poly1305_init()
257 state->h4 += b; in GFp_poly1305_finish()
258 b = state->h4 >> 26; in GFp_poly1305_finish()
259 state->h4 = state->h4 & 0x3ffffff; in GFp_poly1305_finish()
274 g4 = state->h4 + b - (1 << 26); in GFp_poly1305_finish()
282 state->h4 = (state->h4 & nb) | (g4 & b); in GFp_poly1305_finish()
289 f3 = ((state->h3 >> 18) | (state->h4 << 8)) + in GFp_poly1305_finish()