Lines Matching refs:passwd
93 struct passwd *pw;
214 int auth_rhosts(struct passwd *, const char *);
216 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
218 int auth_rhosts_rsa(struct passwd *, char *, Key *);
220 int auth_rsa(struct passwd *, BIGNUM *);
224 int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
226 int auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
227 int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
228 int user_key_allowed(struct passwd *, Key *);
283 struct passwd * getpwnamallow(const char *user);
290 struct passwd * auth_get_user(void);
292 char *authorized_keys_file(struct passwd *);
293 char *authorized_keys_file2(struct passwd *);
296 secure_filename(FILE *, const char *, struct passwd *, char *, size_t);
299 check_key_in_hostfiles(struct passwd *, Key *, const char *,