Lines Matching defs:server_host_key_blob
51 const struct sshbuf *server_host_key_blob,
73 (r = sshbuf_put_stringb(b, server_host_key_blob)) != 0 ||
145 struct sshbuf *tmp = NULL, *server_host_key_blob = NULL;
155 if ((r = sshpkt_getb_froms(ssh, &server_host_key_blob)) != 0)
158 if ((tmp = sshbuf_fromb(server_host_key_blob)) == NULL) {
214 server_host_key_blob,
252 sshbuf_free(server_host_key_blob);
279 struct sshbuf *server_host_key_blob = NULL;
331 if ((server_host_key_blob = sshbuf_new()) == NULL) {
335 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0)
344 server_host_key_blob,
358 (r = sshpkt_put_stringb(ssh, server_host_key_blob)) != 0 ||
375 sshbuf_free(server_host_key_blob);