Lines Matching refs:sshkey
38 int _ssh_verify_host_key(struct sshkey *, struct ssh *);
39 struct sshkey *_ssh_host_public_key(int, int, struct ssh *);
40 struct sshkey *_ssh_host_private_key(int, int, struct ssh *);
41 int _ssh_host_key_sign(struct sshkey *, struct sshkey *,
49 int mm_sshkey_sign(struct sshkey *, u_char **, u_int *,
58 mm_sshkey_sign(struct sshkey *key, u_char **sigp, u_int *lenp, in mm_sshkey_sign()
176 ssh_add_hostkey(struct ssh *ssh, struct sshkey *key) in ssh_add_hostkey()
178 struct sshkey *pubkey = NULL; in ssh_add_hostkey()
211 int (*cb)(struct sshkey *, struct ssh *)) in ssh_set_verify_host_key_callback() argument
437 struct sshkey *
452 struct sshkey *
468 _ssh_verify_host_key(struct sshkey *hostkey, struct ssh *ssh) in _ssh_verify_host_key()
535 _ssh_host_key_sign(struct sshkey *privkey, struct sshkey *pubkey, in _ssh_host_key_sign()