Searched refs:octx (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | format-draw.c | 196 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_none() 207 format_draw_put(octx, ocx, ocy, centre, frs, in format_draw_none() 280 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_left() 286 format_draw_put(octx, ocx, ocy, after, frs, in format_draw_left() 297 format_draw_put(octx, ocx, ocy, centre, frs, in format_draw_left() 383 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_centre() 407 format_draw_put(octx, ocx, ocy, after, frs, in format_draw_centre() 491 format_draw_put(octx, ocx, ocy, after, frs, in format_draw_right() 500 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_right() 711 struct screen *os = octx->s, s[TOTAL]; in format_draw() [all …]
|
/openbsd/usr.bin/ssh/ |
H A D | hmac.c | 29 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()
|
H A D | umac.c | 1217 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/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
H A D | Builder.pm | 1651 my $octx = $self->ctx; 1652 $ctx = $octx->snapshot; 1653 $octx->release;
|