Home
last modified time | relevance | path

Searched defs:server_host_key (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dkexgexc.c145 struct sshkey *server_host_key = NULL; in input_kex_dh_gex_reply() local
H A Dkexgen.c142 struct sshkey *server_host_key = NULL; in input_kex_gen_reply() local
H A Dkex.c1177 kex_verify_host_key(struct ssh *ssh, struct sshkey *server_host_key) in kex_verify_host_key()