Lines Matching refs:server_host_key_blob
54 const struct sshbuf *server_host_key_blob, in kex_gen_hash() argument
76 (r = sshbuf_put_stringb(b, server_host_key_blob)) != 0 || in kex_gen_hash()
145 struct sshbuf *tmp = NULL, *server_host_key_blob = NULL; in input_kex_gen_reply() local
152 if ((r = sshpkt_getb_froms(ssh, &server_host_key_blob)) != 0) in input_kex_gen_reply()
155 if ((tmp = sshbuf_fromb(server_host_key_blob)) == NULL) { in input_kex_gen_reply()
207 server_host_key_blob, in input_kex_gen_reply()
225 sshbuf_free(server_host_key_blob); in input_kex_gen_reply()
252 struct sshbuf *server_host_key_blob = NULL; in input_kex_gen_init() local
297 if ((server_host_key_blob = sshbuf_new()) == NULL) { in input_kex_gen_init()
301 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_gen_init()
310 server_host_key_blob, in input_kex_gen_init()
324 (r = sshpkt_put_stringb(ssh, server_host_key_blob)) != 0 || in input_kex_gen_init()
334 sshbuf_free(server_host_key_blob); in input_kex_gen_init()