Searched refs:octx (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_swapcontext.c42 ucontext_t octx; variable
64 ATF_REQUIRE(swapcontext(&nctx, &octx));
97 ATF_REQUIRE(swapcontext(&octx, &nctx) == 0);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_swapcontext.c47 ucontext_t octx; variable
66 ATF_REQUIRE(swapcontext(&nctx, &octx));
83 ATF_REQUIRE_MSG(swapcontext(&octx, &nctx) != -1, "swapcontext failed: %s",
/freebsd-11-stable/crypto/openssh/
H A Dhmac.c30 struct ssh_digest_ctx *octx; member in struct:ssh_hmac_ctx
51 (ret->octx = ssh_digest_start(alg)) == NULL ||
68 /* reset ictx and octx if no is key given */
82 if (ssh_digest_update(ctx->octx, ctx->buf, ctx->buf_len) < 0)
113 /* switch to octx */
114 if (ssh_digest_copy_state(ctx->octx, ctx->digest) < 0 ||
126 ssh_digest_free(ctx->octx);
H A Dumac.c1215 struct umac_ctx *ctx, *octx; local
1219 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY);
1226 ctx->free_ptr = octx;

Completed in 120 milliseconds