Searched refs:ssh_digest_update (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | hmac.c | 78 if (ssh_digest_update(ctx->ictx, ctx->buf, ctx->buf_len) < 0) in ssh_hmac_init() 82 if (ssh_digest_update(ctx->octx, ctx->buf, ctx->buf_len) < 0) in ssh_hmac_init() 95 return ssh_digest_update(ctx->digest, m, mlen); in ssh_hmac_update() 115 ssh_digest_update(ctx->digest, ctx->buf, len) < 0 || in ssh_hmac_final()
|
| H A D | digest-libc.c | 188 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen) in ssh_digest_update() function 201 return ssh_digest_update(ctx, sshbuf_ptr(b), sshbuf_len(b)); in ssh_digest_update_buffer() 242 if (ssh_digest_update(ctx, m, mlen) != 0 || in ssh_digest_memory()
|
| H A D | digest-openssl.c | 144 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen) in ssh_digest_update() function 154 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 | 949 ssh_digest_update(hashctx, hash, hashlen) != 0 || in derive_key() 950 ssh_digest_update(hashctx, &c, 1) != 0 || in derive_key() 951 ssh_digest_update(hashctx, kex->session_id, in derive_key() 968 ssh_digest_update(hashctx, hash, hashlen) != 0 || in derive_key() 969 ssh_digest_update(hashctx, digest, have) != 0 || in derive_key()
|
| H A D | ssh.c | 1289 ssh_digest_update(md, thishost, strlen(thishost)) < 0 || in main() 1290 ssh_digest_update(md, host, strlen(host)) < 0 || in main() 1291 ssh_digest_update(md, portstr, strlen(portstr)) < 0 || in main() 1292 ssh_digest_update(md, options.user, strlen(options.user)) < 0 || in main()
|
| H A D | sshd.c | 1467 if (ssh_digest_update(ctx, sshbuf_ptr(server_cfg), 1484 if (ssh_digest_update(ctx, sshbuf_ptr(buf), sshbuf_len(buf)) != 0)
|
| H A D | ssh_namespace.h | 499 #define ssh_digest_update Fssh_ssh_digest_update macro
|