Lines Matching refs:sshkey
161 struct sshkey *initial_hostkey;
167 int (*verify_host_key)(struct sshkey *, struct ssh *);
168 struct sshkey *(*load_host_public_key)(int, int, struct ssh *);
169 struct sshkey *(*load_host_private_key)(int, int, struct ssh *);
170 int (*host_key_index)(struct sshkey *, int, struct ssh *);
171 int (*sign)(struct ssh *, struct sshkey *, struct sshkey *,
211 int kex_load_hostkey(struct ssh *, struct sshkey **, struct sshkey **);
212 int kex_verify_host_key(struct ssh *, struct sshkey *);