Searched refs:ssh_digest_update (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | hmac.c | 80 if (ssh_digest_update(ctx->ictx, ctx->buf, ctx->buf_len) < 0) in ssh_hmac_init() 84 if (ssh_digest_update(ctx->octx, ctx->buf, ctx->buf_len) < 0) in ssh_hmac_init() 97 return ssh_digest_update(ctx->digest, m, mlen); in ssh_hmac_update() 117 ssh_digest_update(ctx->digest, ctx->buf, len) < 0 || in ssh_hmac_final()
|
| H A D | digest-libc.c | 202 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen) in ssh_digest_update() function 215 return ssh_digest_update(ctx, sshbuf_ptr(b), sshbuf_len(b)); in ssh_digest_update_buffer() 255 if (ssh_digest_update(ctx, m, mlen) != 0 || in ssh_digest_memory()
|
| H A D | digest-openssl.c | 145 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen) in ssh_digest_update() function 155 return ssh_digest_update(ctx, sshbuf_ptr(b), sshbuf_len(b)); in ssh_digest_update_buffer()
|
| H A D | digest.h | 61 int ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
|
| H A D | kex.c | 1080 ssh_digest_update(hashctx, hash, hashlen) != 0 || in derive_key() 1081 ssh_digest_update(hashctx, &c, 1) != 0 || in derive_key() 1099 ssh_digest_update(hashctx, hash, hashlen) != 0 || in derive_key() 1100 ssh_digest_update(hashctx, digest, have) != 0 || in derive_key()
|
| H A D | readconf.c | 364 ssh_digest_update(md, thishost, strlen(thishost)) < 0 || in ssh_connection_hash() 365 ssh_digest_update(md, host, strlen(host)) < 0 || in ssh_connection_hash() 366 ssh_digest_update(md, portstr, strlen(portstr)) < 0 || in ssh_connection_hash() 367 ssh_digest_update(md, user, strlen(user)) < 0 || in ssh_connection_hash() 368 ssh_digest_update(md, jumphost, strlen(jumphost)) < 0 || in ssh_connection_hash()
|
| H A D | sshd.c | 1310 if (ssh_digest_update(ctx, sshbuf_ptr(server_cfg), in accumulate_host_timing_secret() 1327 if (ssh_digest_update(ctx, sshbuf_ptr(buf), sshbuf_len(buf)) != 0) in accumulate_host_timing_secret()
|
| H A D | sshsig.c | 541 if ((r = ssh_digest_update(ctx, rbuf, (size_t)n)) != 0) { in hash_file()
|
| H A D | ssh_namespace.h | 583 #define ssh_digest_update Fssh_ssh_digest_update macro
|