Lines Matching refs:h
58 h0 = state->h[0]; in poly1305_core_blocks()
59 h1 = state->h[1]; in poly1305_core_blocks()
60 h2 = state->h[2]; in poly1305_core_blocks()
61 h3 = state->h[3]; in poly1305_core_blocks()
62 h4 = state->h[4]; in poly1305_core_blocks()
112 state->h[0] = h0; in poly1305_core_blocks()
113 state->h[1] = h1; in poly1305_core_blocks()
114 state->h[2] = h2; in poly1305_core_blocks()
115 state->h[3] = h3; in poly1305_core_blocks()
116 state->h[4] = h4; in poly1305_core_blocks()
130 h0 = state->h[0]; in poly1305_core_emit()
131 h1 = state->h[1]; in poly1305_core_emit()
132 h2 = state->h[2]; in poly1305_core_emit()
133 h3 = state->h[3]; in poly1305_core_emit()
134 h4 = state->h[4]; in poly1305_core_emit()