Lines Matching refs:U
85 size_t offset = 0U; in poly1305_process()
104 for (i = 0U; i < nblocks; i++) { in poly1305_process()
215 mask = (uint32_t) 0U - (g4 >> 2U); in poly1305_compute_mac()
269 ctx->acc[0] = 0U; in mbedtls_poly1305_starts()
270 ctx->acc[1] = 0U; in mbedtls_poly1305_starts()
271 ctx->acc[2] = 0U; in mbedtls_poly1305_starts()
272 ctx->acc[3] = 0U; in mbedtls_poly1305_starts()
273 ctx->acc[4] = 0U; in mbedtls_poly1305_starts()
277 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
286 size_t offset = 0U; in mbedtls_poly1305_update()
291 if ((remaining > 0U) && (ctx->queue_len > 0U)) { in mbedtls_poly1305_update()
304 remaining = 0U; in mbedtls_poly1305_update()
311 ctx->queue_len = 0U; in mbedtls_poly1305_update()
329 if (remaining > 0U) { in mbedtls_poly1305_update()
342 if (ctx->queue_len > 0U) { in mbedtls_poly1305_finish()
353 ctx->queue, 0U); /* Already padded above */ in mbedtls_poly1305_finish()
477 for (i = 0U; i < 2U; i++) { in mbedtls_poly1305_self_test()