poly1305_blocks
poly1305_blocks(st, st->buffer, poly1305_block_size);
poly1305_blocks(st, m, want);
poly1305_blocks(st, st->buffer, poly1305_block_size);
poly1305_blocks(st, st->buffer, POLY1305_BLOCK_SIZE);
poly1305_blocks(st, m, want);
poly1305_blocks(st, st->buffer, POLY1305_BLOCK_SIZE);