Home | History | Annotate | Download | only in dist

Lines Matching refs:sshkey

32 #include "sshkey.h"
47 int _ssh_verify_host_key(struct sshkey *, struct ssh *);
48 struct sshkey *_ssh_host_public_key(int, int, struct ssh *);
49 struct sshkey *_ssh_host_private_key(int, int, struct ssh *);
50 int _ssh_host_key_sign(struct ssh *, struct sshkey *, struct sshkey *,
56 int mm_sshkey_sign(struct sshkey *, u_char **, u_int *,
64 mm_sshkey_sign(struct sshkey *key, u_char **sigp, u_int *lenp,
202 ssh_add_hostkey(struct ssh *ssh, struct sshkey *key)
204 struct sshkey *pubkey = NULL;
237 int (*cb)(struct sshkey *, struct ssh *))
482 struct sshkey *
497 struct sshkey *
513 _ssh_verify_host_key(struct sshkey *hostkey, struct ssh *ssh)
585 _ssh_host_key_sign(struct ssh *ssh, struct sshkey *privkey,
586 struct sshkey *pubkey, u_char **signature, size_t *slen,