Lines Matching refs:sshkey
48 struct sshkey;
89 struct sshkey **prev_keys;
93 struct sshkey *auth_method_key;
145 const char *, char *, struct sshkey *);
146 int user_key_allowed(struct ssh *ssh, struct passwd *, struct sshkey *,
148 int auth2_key_already_used(Authctxt *, const struct sshkey *);
155 void auth2_record_key(Authctxt *, int, const struct sshkey *);
194 int auth_key_is_revoked(struct sshkey *);
199 check_key_in_hostfiles(struct passwd *, struct sshkey *, const char *,
203 struct sshkey *get_hostkey_by_index(int);
204 struct sshkey *get_hostkey_public_by_index(int, struct ssh *);
205 struct sshkey *get_hostkey_public_by_type(int, int, struct ssh *);
206 struct sshkey *get_hostkey_private_by_type(int, int, struct ssh *);
207 int get_hostkey_index(struct sshkey *, int, struct ssh *);
208 int sshd_hostkey_sign(struct ssh *, struct sshkey *, struct sshkey *,
233 int auth_check_authkey_line(struct passwd *, struct sshkey *,
236 struct sshkey *, const char *, const char *, struct sshauthopt **);