Lines Matching defs:pw
171 rsa_key_allowed_in_file(struct passwd *pw, char *file,
181 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL)
257 if (!auth_parse_options(pw, key_options, file, linenum))
284 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey)
289 temporarily_use_uid(pw);
295 options.authorized_keys_files[i], pw);
296 allowed = rsa_key_allowed_in_file(pw, file, client_n, rkey);
314 struct passwd *pw = authctxt->pw;
320 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) {