Lines Matching refs:sshkey
40 int _ssh_verify_host_key(struct sshkey *, struct ssh *);
41 struct sshkey *_ssh_host_public_key(int, int, struct ssh *);
42 struct sshkey *_ssh_host_private_key(int, int, struct ssh *);
43 int _ssh_host_key_sign(struct sshkey *, struct sshkey *, u_char **,
51 int mm_sshkey_sign(struct sshkey *, u_char **, u_int *,
60 mm_sshkey_sign(struct sshkey *key, u_char **sigp, u_int *lenp, in mm_sshkey_sign()
172 ssh_add_hostkey(struct ssh *ssh, struct sshkey *key) in ssh_add_hostkey()
174 struct sshkey *pubkey = NULL; in ssh_add_hostkey()
207 int (*cb)(struct sshkey *, struct ssh *)) in ssh_set_verify_host_key_callback() argument
434 struct sshkey *
449 struct sshkey *
465 _ssh_verify_host_key(struct sshkey *hostkey, struct ssh *ssh) in _ssh_verify_host_key()
532 _ssh_host_key_sign(struct sshkey *privkey, struct sshkey *pubkey, in _ssh_host_key_sign()