Lines Matching defs:pw
248 struct passwd *pw;
263 pw = NULL;
266 pw = buffer_get_string(&m, &len);
269 pw->pw_name = buffer_get_string(&m, NULL);
270 pw->pw_passwd = buffer_get_string(&m, NULL);
272 pw->pw_gecos = buffer_get_string(&m, NULL);
275 pw->pw_class = buffer_get_string(&m, NULL);
277 pw->pw_dir = buffer_get_string(&m, NULL);
278 pw->pw_shell = buffer_get_string(&m, NULL);
304 return (pw);
376 mm_user_key_allowed(struct passwd *pw, Key *key)
382 mm_hostbased_key_allowed(struct passwd *pw, char *user, char *host,
389 mm_auth_rhosts_rsa_key_allowed(struct passwd *pw, char *user,
878 mm_auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey)