Lines Matching refs:sshkey
45 int _ssh_verify_host_key(struct sshkey *, struct ssh *);
46 struct sshkey *_ssh_host_public_key(int, int, struct ssh *);
47 struct sshkey *_ssh_host_private_key(int, int, struct ssh *);
48 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, in mm_sshkey_sign()
186 ssh_add_hostkey(struct ssh *ssh, struct sshkey *key) in ssh_add_hostkey()
188 struct sshkey *pubkey = NULL; in ssh_add_hostkey()
221 int (*cb)(struct sshkey *, struct ssh *)) in ssh_set_verify_host_key_callback() argument
466 struct sshkey *
481 struct sshkey *
497 _ssh_verify_host_key(struct sshkey *hostkey, struct ssh *ssh) in _ssh_verify_host_key()
564 _ssh_host_key_sign(struct ssh *ssh, struct sshkey *privkey, in _ssh_host_key_sign()
565 struct sshkey *pubkey, u_char **signature, size_t *slen, in _ssh_host_key_sign()