Home
last modified time | relevance | path

Searched refs:octx (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dformat-draw.c109 format_draw_put(struct screen_write_ctx *octx, u_int ocx, u_int ocy, in format_draw_put() argument
117 screen_write_cursormove(octx, ocx + offset, ocy, 0); in format_draw_put()
118 screen_write_fast_copy(octx, s, start, 0, width, 1); in format_draw_put()
124 format_draw_put_list(struct screen_write_ctx *octx, in format_draw_put_list() argument
133 format_draw_put(octx, ocx, ocy, list, frs, offset, 0, width); in format_draw_put_list()
148 screen_write_cursormove(octx, ocx + offset, ocy, 0); in format_draw_put_list()
149 screen_write_fast_copy(octx, list_left, 0, 0, list_left->cx, 1); in format_draw_put_list()
155 screen_write_cursormove(octx, ocx + offset + width - in format_draw_put_list()
157 screen_write_fast_copy(octx, list_right, 0, 0, list_right->cx, in format_draw_put_list()
163 format_draw_put(octx, ocx, ocy, list, frs, offset, start, width); in format_draw_put_list()
[all …]
/openbsd/src/usr.bin/ssh/
Dhmac.c29 struct ssh_digest_ctx *octx; member
50 (ret->octx = ssh_digest_start(alg)) == NULL || in ssh_hmac_start()
81 if (ssh_digest_update(ctx->octx, ctx->buf, ctx->buf_len) < 0) in ssh_hmac_init()
113 if (ssh_digest_copy_state(ctx->octx, ctx->digest) < 0 || in ssh_hmac_final()
125 ssh_digest_free(ctx->octx); in ssh_hmac_free()
Dumac.c1217 struct umac_ctx *ctx, *octx; in umac_new() local
1221 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY); in umac_new()
1228 ctx->free_ptr = octx; in umac_new()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
DBuilder.pm1651 my $octx = $self->ctx;
1652 $ctx = $octx->snapshot;
1653 $octx->release;