Lines Matching refs:h
24 u64 h[3]; member
63 st->h[0] = 0; in poly1305_init()
64 st->h[1] = 0; in poly1305_init()
65 st->h[2] = 0; in poly1305_init()
98 h0 = st->h[0]; in poly1305_blocks()
99 h1 = st->h[1]; in poly1305_blocks()
100 h2 = st->h[2]; in poly1305_blocks()
130 st->h[0] = h0; in poly1305_blocks()
131 st->h[1] = h1; in poly1305_blocks()
132 st->h[2] = h2; in poly1305_blocks()
143 h0 = st->h[0]; in poly1305_emit()
144 h1 = st->h[1]; in poly1305_emit()
145 h2 = st->h[2]; in poly1305_emit()