Lines Matching refs:sshkey
77 #include "sshkey.h"
140 struct sshkey **host_pubkeys; /* all public host keys */
141 struct sshkey **host_certificates; /* all public host certificates */
237 struct sshkey *key;
287 struct sshkey *
291 struct sshkey *key;
324 struct sshkey *
331 struct sshkey *
337 struct sshkey *
346 get_hostkey_index(struct sshkey *key, int compare, struct ssh *ssh)
384 struct sshkey *k;
755 sshd_hostkey_sign(struct ssh *ssh, struct sshkey *privkey,
756 struct sshkey *pubkey, u_char **signature, size_t *slenp,