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

/freebsd-9.3-release/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.c1226 struct umac_ctx *ctx, *octx; local
1230 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY);
1237 ctx->free_ptr = octx;

Completed in 151 milliseconds