Lines Matching refs:U
103 size_t offset = 0U; in poly1305_process()
122 for( i = 0U; i < nblocks; i++ ) in poly1305_process()
234 mask = (uint32_t) 0U - ( g4 >> 2U ); 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()
300 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
309 size_t offset = 0U; in mbedtls_poly1305_update()
316 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
331 remaining = 0U; in mbedtls_poly1305_update()
340 ctx->queue_len = 0U; in mbedtls_poly1305_update()
359 if( remaining > 0U ) in mbedtls_poly1305_update()
376 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
388 ctx->queue, 0U ); /* Already padded above */ in mbedtls_poly1305_finish()
513 for( i = 0U; i < 2U; i++ ) in mbedtls_poly1305_self_test()