Searched refs:server_host_private (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | kexgexs.c | 127 struct sshkey *server_host_public, *server_host_private; in input_kex_dh_gex_init() local 136 if ((r = kex_load_hostkey(ssh, &server_host_private, in input_kex_dh_gex_init() 177 if ((r = kex->sign(ssh, server_host_private, server_host_public, in input_kex_dh_gex_init()
|
H A D | kexgen.c | 275 struct sshkey *server_host_private, *server_host_public; in input_kex_gen_init() local 287 if ((r = kex_load_hostkey(ssh, &server_host_private, in input_kex_gen_init() 352 if ((r = kex->sign(ssh, server_host_private, server_host_public, in input_kex_gen_init()
|