HomeSort by relevance Sort by last modified time
    Searched refs:octx (Results 1 - 2 of 2) sorted by null

  /external/openssh/
hmac.c 30 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);
umac.c 1221 struct umac_ctx *ctx, *octx; local
    [all...]

Completed in 57 milliseconds