Searched refs:getpwnamallow (Results 1 – 4 of 4) sorted by relevance
188 struct passwd * getpwnamallow(struct ssh *, const char *user);
285 authctxt->pw = PRIVSEP(getpwnamallow(ssh, user)); in input_userauth_request()
562 getpwnamallow(struct ssh *ssh, const char *user) in getpwnamallow() function
732 pwent = getpwnamallow(ssh, username); in mm_answer_pwnamallow()