Lines Matching defs:sshkey
27 #include "sshkey.h"
42 int _ssh_verify_host_key(struct sshkey *, struct ssh *);
43 struct sshkey *_ssh_host_public_key(int, int, struct ssh *);
44 struct sshkey *_ssh_host_private_key(int, int, struct ssh *);
45 int _ssh_host_key_sign(struct ssh *, struct sshkey *, struct sshkey *,
51 int mm_sshkey_sign(struct sshkey *, u_char **, u_int *,
59 mm_sshkey_sign(struct sshkey *key, u_char **sigp, u_int *lenp,
197 ssh_add_hostkey(struct ssh *ssh, struct sshkey *key)
199 struct sshkey *pubkey = NULL;
232 int (*cb)(struct sshkey *, struct ssh *))
477 struct sshkey *
492 struct sshkey *
508 _ssh_verify_host_key(struct sshkey *hostkey, struct ssh *ssh)
580 _ssh_host_key_sign(struct ssh *ssh, struct sshkey *privkey,
581 struct sshkey *pubkey, u_char **signature, size_t *slen,