Searched refs:load_host_public_key (Results 1 – 10 of 10) sorted by relevance
74 if (kex->load_host_public_key == NULL || in input_kex_c25519_init()79 server_host_public = kex->load_host_public_key(kex->hostkey_type, in input_kex_c25519_init()
93 if (kex->load_host_public_key == NULL || in input_kex_ecdh_init()98 server_host_public = kex->load_host_public_key(kex->hostkey_type, in input_kex_ecdh_init()
106 if (kex->load_host_public_key == NULL || in input_kex_dh_init()111 server_host_public = kex->load_host_public_key(kex->hostkey_type, in input_kex_dh_init()
135 if (kex->load_host_public_key == NULL || in input_kex_dh_gex_init()140 server_host_public = kex->load_host_public_key(kex->hostkey_type, in input_kex_dh_gex_init()
154 struct sshkey *(*load_host_public_key)(int, int, struct ssh *); member
114 ssh->kex->load_host_public_key=&_ssh_host_public_key; in ssh_init()
1614 kex->load_host_public_key=&get_hostkey_public_by_type; in monitor_apply_keystate()
2256 kex->load_host_public_key=&get_hostkey_public_by_type;
156 server2->kex->load_host_public_key = server->kex->load_host_public_key; in do_kex_with_key()
290 server2->kex->load_host_public_key = server->kex->load_host_public_key; in do_kex_with_key()