Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkexgexc.c152 struct sshkey *server_host_key = NULL; in input_kex_dh_gex_reply() local
H A Dkexgen.c145 struct sshkey *server_host_key = NULL; in input_kex_gen_reply() local
H A Dkex.c1184 kex_verify_host_key(struct ssh *ssh, struct sshkey *server_host_key) in kex_verify_host_key()