Searched refs:server_host_key_blob (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/usr.bin/ssh/ |
H A D | kexgen.c | 51 const struct sshbuf *server_host_key_blob, in kex_gen_hash() argument 73 (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() 155 if ((r = sshpkt_getb_froms(ssh, &server_host_key_blob)) != 0) in input_kex_gen_reply() 158 if ((tmp = sshbuf_fromb(server_host_key_blob)) == NULL) { in input_kex_gen_reply() 214 server_host_key_blob, in input_kex_gen_reply() 252 sshbuf_free(server_host_key_blob); in input_kex_gen_reply() 279 struct sshbuf *server_host_key_blob = NULL; in input_kex_gen_init() 331 if ((server_host_key_blob = sshbuf_new()) == NULL) { in input_kex_gen_init() 335 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) ! in input_kex_gen_init() 142 struct sshbuf *tmp = NULL, *server_host_key_blob = NULL; input_kex_gen_reply() local 270 struct sshbuf *server_host_key_blob = NULL; input_kex_gen_init() local [all...] |
H A D | kexgexs.c | 126 struct sshbuf *server_host_key_blob = NULL; in input_kex_dh_gex_init() local 150 if ((server_host_key_blob = sshbuf_new()) == NULL) { in input_kex_dh_gex_init() 154 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_dh_gex_init() 167 server_host_key_blob, in input_kex_dh_gex_init() 183 (r = sshpkt_put_stringb(ssh, server_host_key_blob)) != 0 || in input_kex_dh_gex_init() 205 sshbuf_free(server_host_key_blob); in input_kex_dh_gex_init()
|
H A D | kexgexc.c | 144 struct sshbuf *tmp = NULL, *server_host_key_blob = NULL; in input_kex_dh_gex_reply() local 155 if ((r = sshpkt_getb_froms(ssh, &server_host_key_blob)) != 0) in input_kex_dh_gex_reply() 158 if ((tmp = sshbuf_fromb(server_host_key_blob)) == NULL) { in input_kex_dh_gex_reply() 189 server_host_key_blob, in input_kex_dh_gex_reply() 230 sshbuf_free(server_host_key_blob); in input_kex_dh_gex_reply()
|
H A D | kexgex.c | 47 const struct sshbuf *server_host_key_blob, in kexgex_hash() argument 72 (r = sshbuf_put_stringb(b, server_host_key_blob)) != 0 || in kexgex_hash()
|