Searched refs:server_host_key_blob (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | kexgen.c | 55 const struct sshbuf *server_host_key_blob, in kex_gen_hash() argument 77 (r = sshbuf_put_stringb(b, server_host_key_blob)) != 0 || in kex_gen_hash() 149 struct sshbuf *tmp = NULL, *server_host_key_blob = NULL; in input_kex_gen_reply() local 159 if ((r = sshpkt_getb_froms(ssh, &server_host_key_blob)) != 0) in input_kex_gen_reply() 162 if ((tmp = sshbuf_fromb(server_host_key_blob)) == NULL) { in input_kex_gen_reply() 218 server_host_key_blob, in input_kex_gen_reply() 256 sshbuf_free(server_host_key_blob); in input_kex_gen_reply() 283 struct sshbuf *server_host_key_blob = NULL; in input_kex_gen_init() local 335 if ((server_host_key_blob = sshbuf_new()) == NULL) { in input_kex_gen_init() 339 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_gen_init() [all …]
|
| D | kexgexs.c | 131 struct sshbuf *server_host_key_blob = NULL; in input_kex_dh_gex_init() local 155 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()
|
| D | kexgexc.c | 149 struct sshbuf *tmp = NULL, *server_host_key_blob = NULL; in input_kex_dh_gex_reply() local 160 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()
|
| D | kexgex.c | 50 const struct sshbuf *server_host_key_blob, in kexgex_hash() argument 75 (r = sshbuf_put_stringb(b, server_host_key_blob)) != 0 || in kexgex_hash()
|