Home
last modified time | relevance | path

Searched refs:kex_load_hostkey (Results 1 – 8 of 8) sorted by relevance

/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dkexgexs.c139 if ((r = kex_load_hostkey(ssh, &server_host_private, in input_kex_dh_gex_init()
H A Dkex.h192 int kex_load_hostkey(struct ssh *, struct sshkey **, struct sshkey **);
H A Dkexgen.c256 if ((r = kex_load_hostkey(ssh, &server_host_private, in input_kex_gen_init()
H A Dkex.c1042 kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp) in kex_load_hostkey() function
/dports/security/openssh-portable/openssh-8.8p1/
H A Dkexgexs.c144 if ((r = kex_load_hostkey(ssh, &server_host_private, in input_kex_dh_gex_init()
H A Dkex.h190 int kex_load_hostkey(struct ssh *, struct sshkey **, struct sshkey **);
H A Dkexgen.c263 if ((r = kex_load_hostkey(ssh, &server_host_private, in input_kex_gen_init()
H A Dkex.c1100 kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp) in kex_load_hostkey() function