Lines Matching refs:sshkey
46 int _ssh_verify_host_key(struct sshkey *, struct ssh *);
47 struct sshkey *_ssh_host_public_key(int, int, struct ssh *);
48 struct sshkey *_ssh_host_private_key(int, int, struct ssh *);
49 int _ssh_host_key_sign(struct ssh *, struct sshkey *, struct sshkey *,
55 int mm_sshkey_sign(struct sshkey *, u_char **, u_int *,
63 mm_sshkey_sign(struct sshkey *key, u_char **sigp, u_int *lenp, in mm_sshkey_sign()
203 ssh_add_hostkey(struct ssh *ssh, struct sshkey *key) in ssh_add_hostkey()
205 struct sshkey *pubkey = NULL; in ssh_add_hostkey()
238 int (*cb)(struct sshkey *, struct ssh *)) in ssh_set_verify_host_key_callback() argument
483 struct sshkey *
498 struct sshkey *
514 _ssh_verify_host_key(struct sshkey *hostkey, struct ssh *ssh) in _ssh_verify_host_key()
586 _ssh_host_key_sign(struct ssh *ssh, struct sshkey *privkey, in _ssh_host_key_sign()
587 struct sshkey *pubkey, u_char **signature, size_t *slen, in _ssh_host_key_sign()