Home
last modified time | relevance | path

Searched refs:signdata (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dclientloop.c2352 struct sshbuf *signdata; in client_global_hostkeys_prove_confirm() local
2370 if ((signdata = sshbuf_new()) == NULL) in client_global_hostkeys_prove_confirm()
2382 sshbuf_reset(signdata); in client_global_hostkeys_prove_confirm()
2383 if ( (r = sshbuf_put_cstring(signdata, in client_global_hostkeys_prove_confirm()
2385 (r = sshbuf_put_stringb(signdata, in client_global_hostkeys_prove_confirm()
2387 (r = sshkey_puts(ctx->keys[i], signdata)) != 0) in client_global_hostkeys_prove_confirm()
2419 sshbuf_ptr(signdata), sshbuf_len(signdata), in client_global_hostkeys_prove_confirm()