Searched refs:server_host_public (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssh/ |
| H A D | kexgexs.c | 134 struct sshkey *server_host_public, *server_host_private; in input_kex_dh_gex_init() local 144 &server_host_public)) != 0) in input_kex_dh_gex_init() 161 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_dh_gex_init() 184 if ((r = kex->sign(ssh, server_host_private, server_host_public, in input_kex_dh_gex_init() 202 (r = sshkey_from_private(server_host_public, in input_kex_dh_gex_init()
|
| H A D | kexgen.c | 278 struct sshkey *server_host_private, *server_host_public; in input_kex_gen_init() local 291 &server_host_public)) != 0) in input_kex_gen_init() 338 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_gen_init() 355 if ((r = kex->sign(ssh, server_host_private, server_host_public, in input_kex_gen_init() 372 (r = sshkey_from_private(server_host_public, in input_kex_gen_init()
|