Searched refs:ssh_digest_update (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Ddigest.h62 int ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
H A Dhmac.c78 if (ssh_digest_update(ctx->ictx, ctx->buf, ctx->buf_len) < 0)
82 if (ssh_digest_update(ctx->octx, ctx->buf, ctx->buf_len) < 0)
95 return ssh_digest_update(ctx->digest, m, mlen);
115 ssh_digest_update(ctx->digest, ctx->buf, len) < 0 ||
H A Ddigest-openssl.c142 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen) function
152 return ssh_digest_update(ctx, sshbuf_ptr(b), sshbuf_len(b));
H A Ddigest-libc.c198 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen) function
211 return ssh_digest_update(ctx, sshbuf_ptr(b), sshbuf_len(b));
252 if (ssh_digest_update(ctx, m, mlen) != 0 ||
H A Dauth-rsa.c115 ssh_digest_update(md, buf, 32) < 0 ||
116 ssh_digest_update(md, session_id, 16) < 0 ||
H A Dkex.c884 ssh_digest_update(hashctx, hash, hashlen) != 0 ||
885 ssh_digest_update(hashctx, &c, 1) != 0 ||
886 ssh_digest_update(hashctx, kex->session_id,
903 ssh_digest_update(hashctx, hash, hashlen) != 0 ||
904 ssh_digest_update(hashctx, digest, have) != 0 ||
994 if (ssh_digest_update(hashctx, hbuf, hlen) != 0 ||
995 ssh_digest_update(hashctx, sbuf, slen) != 0 ||
996 ssh_digest_update(hashctx, cookie, 8) != 0 ||
H A Dsshconnect1.c195 ssh_digest_update(md, buf, 32) < 0 ||
196 ssh_digest_update(md, session_id, 16) < 0 ||
H A Dssh.c1202 ssh_digest_update(md, thishost, strlen(thishost)) < 0 ||
1203 ssh_digest_update(md, host, strlen(host)) < 0 ||
1204 ssh_digest_update(md, portstr, strlen(portstr)) < 0 ||
1205 ssh_digest_update(md, options.user, strlen(options.user)) < 0 ||
H A Dssh-agent.c361 ssh_digest_update(md, buf, 32) < 0 ||
362 ssh_digest_update(md, session_id, 16) < 0 ||
H A Dssh_namespace.h592 #define ssh_digest_update Fssh_ssh_digest_update macro

Completed in 130 milliseconds