Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/regress/unittests/kex/
Dtest_kex.c155 server2->kex->load_host_public_key = server->kex->load_host_public_key; in do_kex_with_key()
/freebsd-12-stable/crypto/openssh/
Dkex.h164 struct sshkey *(*load_host_public_key)(int, int, struct ssh *); member
Dssh_api.c122 ssh->kex->load_host_public_key=&_ssh_host_public_key; in ssh_init()
Dkex.c1148 if (kex->load_host_public_key == NULL || in kex_load_hostkey()
1153 *pubp = kex->load_host_public_key(kex->hostkey_type, in kex_load_hostkey()
Dsshd.c2519 kex->load_host_public_key=&get_hostkey_public_by_type;
Dmonitor.c1750 kex->load_host_public_key=&get_hostkey_public_by_type; in monitor_apply_keystate()