Lines Matching refs:acc
85 acc0 = ctx->acc[0]; in poly1305_process()
86 acc1 = ctx->acc[1]; in poly1305_process()
87 acc2 = ctx->acc[2]; in poly1305_process()
88 acc3 = ctx->acc[3]; in poly1305_process()
89 acc4 = ctx->acc[4]; in poly1305_process()
157 ctx->acc[0] = acc0; in poly1305_process()
158 ctx->acc[1] = acc1; in poly1305_process()
159 ctx->acc[2] = acc2; in poly1305_process()
160 ctx->acc[3] = acc3; in poly1305_process()
161 ctx->acc[4] = acc4; in poly1305_process()
180 acc0 = ctx->acc[0]; in poly1305_compute_mac()
181 acc1 = ctx->acc[1]; in poly1305_compute_mac()
182 acc2 = ctx->acc[2]; in poly1305_compute_mac()
183 acc3 = ctx->acc[3]; in poly1305_compute_mac()
184 acc4 = ctx->acc[4]; in poly1305_compute_mac()
257 ctx->acc[0] = 0U; in mbedtls_poly1305_starts()
258 ctx->acc[1] = 0U; in mbedtls_poly1305_starts()
259 ctx->acc[2] = 0U; in mbedtls_poly1305_starts()
260 ctx->acc[3] = 0U; in mbedtls_poly1305_starts()
261 ctx->acc[4] = 0U; in mbedtls_poly1305_starts()