Searched refs:server_host_key_blob (Results 1 – 3 of 3) sorted by relevance
131 struct sshbuf *server_host_key_blob = NULL; in input_kex_dh_gex_init() local155 if ((server_host_key_blob = sshbuf_new()) == NULL) { in input_kex_dh_gex_init()159 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_dh_gex_init()172 server_host_key_blob, in input_kex_dh_gex_init()188 (r = sshpkt_put_stringb(ssh, server_host_key_blob)) != 0 || in input_kex_dh_gex_init()210 sshbuf_free(server_host_key_blob); in input_kex_dh_gex_init()
149 struct sshbuf *tmp = NULL, *server_host_key_blob = NULL; in input_kex_dh_gex_reply() local160 if ((r = sshpkt_getb_froms(ssh, &server_host_key_blob)) != 0) in input_kex_dh_gex_reply()163 if ((tmp = sshbuf_fromb(server_host_key_blob)) == NULL) { in input_kex_dh_gex_reply()194 server_host_key_blob, in input_kex_dh_gex_reply()235 sshbuf_free(server_host_key_blob); in input_kex_dh_gex_reply()
50 const struct sshbuf *server_host_key_blob, in kexgex_hash() argument75 (r = sshbuf_put_stringb(b, server_host_key_blob)) != 0 || in kexgex_hash()