Home
last modified time | relevance | path

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

/external/openssh/
Dhmac.c30 struct ssh_digest_ctx *octx; member
51 (ret->octx = ssh_digest_start(alg)) == NULL || in ssh_hmac_start()
82 if (ssh_digest_update(ctx->octx, ctx->buf, ctx->buf_len) < 0) in ssh_hmac_init()
114 if (ssh_digest_copy_state(ctx->octx, ctx->digest) < 0 || in ssh_hmac_final()
126 ssh_digest_free(ctx->octx); in ssh_hmac_free()
Dumac.c1215 struct umac_ctx *ctx, *octx; in umac_new() local
1219 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY); in umac_new()
1226 ctx->free_ptr = octx; in umac_new()