Home
last modified time | relevance | path

Searched refs:load_host_public_key (Results 1 – 10 of 10) sorted by relevance

/external/openssh/
Dkexc25519s.c74 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()
Dkexecdhs.c93 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()
Dkexdhs.c106 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()
Dkexgexs.c135 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()
Dkex.h154 struct sshkey *(*load_host_public_key)(int, int, struct ssh *); member
Dssh_api.c114 ssh->kex->load_host_public_key=&_ssh_host_public_key; in ssh_init()
Dmonitor.c1614 kex->load_host_public_key=&get_hostkey_public_by_type; in monitor_apply_keystate()
Dsshd.c2256 kex->load_host_public_key=&get_hostkey_public_by_type;
/external/openssh/regress/unittests/kex/
Dtest_kex.c156 server2->kex->load_host_public_key = server->kex->load_host_public_key; in do_kex_with_key()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c290 server2->kex->load_host_public_key = server->kex->load_host_public_key; in do_kex_with_key()