ssh_digest_update
return ssh_digest_update(ctx, sshbuf_ptr(b), sshbuf_len(b));
if (ssh_digest_update(ctx, m, mlen) != 0 ||
return ssh_digest_update(ctx, sshbuf_ptr(b), sshbuf_len(b));
int ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
ssh_digest_update(ctx->digest, ctx->buf, len) < 0 ||
if (ssh_digest_update(ctx->ictx, ctx->buf, ctx->buf_len) < 0)
if (ssh_digest_update(ctx->octx, ctx->buf, ctx->buf_len) < 0)
return ssh_digest_update(ctx->digest, m, mlen);
ssh_digest_update(hashctx, hash, hashlen) != 0 ||
ssh_digest_update(hashctx, &c, 1) != 0 ||
ssh_digest_update(hashctx, hash, hashlen) != 0 ||
ssh_digest_update(hashctx, digest, have) != 0 ||
ssh_digest_update(md, thishost, strlen(thishost)) < 0 ||
ssh_digest_update(md, host, strlen(host)) < 0 ||
ssh_digest_update(md, portstr, strlen(portstr)) < 0 ||
ssh_digest_update(md, user, strlen(user)) < 0 ||
ssh_digest_update(md, jumphost, strlen(jumphost)) < 0 ||
if (ssh_digest_update(ctx, sshbuf_ptr(server_cfg),
if (ssh_digest_update(ctx, sshbuf_ptr(buf), sshbuf_len(buf)) != 0)
if ((r = ssh_digest_update(ctx, rbuf, (size_t)n)) != 0) {