Lines Matching refs:acc
115 acc0 = ctx->acc[0]; in poly1305_process()
116 acc1 = ctx->acc[1]; in poly1305_process()
117 acc2 = ctx->acc[2]; in poly1305_process()
118 acc3 = ctx->acc[3]; in poly1305_process()
119 acc4 = ctx->acc[4]; in poly1305_process()
188 ctx->acc[0] = acc0; in poly1305_process()
189 ctx->acc[1] = acc1; in poly1305_process()
190 ctx->acc[2] = acc2; in poly1305_process()
191 ctx->acc[3] = acc3; in poly1305_process()
192 ctx->acc[4] = acc4; in poly1305_process()
211 acc0 = ctx->acc[0]; in poly1305_compute_mac()
212 acc1 = ctx->acc[1]; in poly1305_compute_mac()
213 acc2 = ctx->acc[2]; in poly1305_compute_mac()
214 acc3 = ctx->acc[3]; in poly1305_compute_mac()
215 acc4 = ctx->acc[4]; in poly1305_compute_mac()
292 ctx->acc[0] = 0U; in mbedtls_poly1305_starts()
293 ctx->acc[1] = 0U; in mbedtls_poly1305_starts()
294 ctx->acc[2] = 0U; in mbedtls_poly1305_starts()
295 ctx->acc[3] = 0U; in mbedtls_poly1305_starts()
296 ctx->acc[4] = 0U; in mbedtls_poly1305_starts()