Searched refs:ssh_digest_update (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | hmac.c | 79 if (ssh_digest_update(ctx->ictx, ctx->buf, ctx->buf_len) < 0) in ssh_hmac_init() 83 if (ssh_digest_update(ctx->octx, ctx->buf, ctx->buf_len) < 0) in ssh_hmac_init() 96 return ssh_digest_update(ctx->digest, m, mlen); in ssh_hmac_update() 116 ssh_digest_update(ctx->digest, ctx->buf, len) < 0 || in ssh_hmac_final()
|
| D | digest-libc.c | 184 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen) in ssh_digest_update() function 197 return ssh_digest_update(ctx, sshbuf_ptr(b), sshbuf_len(b)); in ssh_digest_update_buffer() 237 if (ssh_digest_update(ctx, m, mlen) != 0 || in ssh_digest_memory()
|
| D | digest-openssl.c | 131 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen) in ssh_digest_update() function 141 return ssh_digest_update(ctx, sshbuf_ptr(b), sshbuf_len(b)); in ssh_digest_update_buffer()
|
| D | digest.h | 62 int ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
|
| D | kex.c | 1107 ssh_digest_update(hashctx, hash, hashlen) != 0 || in derive_key() 1108 ssh_digest_update(hashctx, &c, 1) != 0 || in derive_key() 1126 ssh_digest_update(hashctx, hash, hashlen) != 0 || in derive_key() 1127 ssh_digest_update(hashctx, digest, have) != 0 || in derive_key()
|
| D | readconf.c | 399 ssh_digest_update(md, thishost, strlen(thishost)) < 0 || in ssh_connection_hash() 400 ssh_digest_update(md, host, strlen(host)) < 0 || in ssh_connection_hash() 401 ssh_digest_update(md, portstr, strlen(portstr)) < 0 || in ssh_connection_hash() 402 ssh_digest_update(md, user, strlen(user)) < 0 || in ssh_connection_hash() 403 ssh_digest_update(md, jumphost, strlen(jumphost)) < 0 || in ssh_connection_hash()
|
| D | sshd.c | 1230 if (ssh_digest_update(ctx, sshbuf_ptr(server_cfg), in accumulate_host_timing_secret() 1247 if (ssh_digest_update(ctx, sshbuf_ptr(buf), sshbuf_len(buf)) != 0) in accumulate_host_timing_secret()
|
| D | sshsig.c | 543 if ((r = ssh_digest_update(ctx, rbuf, (size_t)n)) != 0) { in hash_file()
|
| /netbsd/src/crypto/external/bsd/openssh/lib/ |
| D | ssh.expsym | 374 ssh_digest_update
|