pr_pw             734 source3/auth/pass_check.c 		struct pr_passwd *pr_pw = getprpwnam(pass->pw_name);
pr_pw             735 source3/auth/pass_check.c 		if (pr_pw && pr_pw->ufld.fd_encrypt) {
pr_pw             736 source3/auth/pass_check.c 			if (set_this_crypted(pr_pw->ufld.fd_encrypt) == NULL) {
pr_pw             656 source4/auth/ntlm/auth_unix.c 		struct pr_passwd *pr_pw = getprpwnam(pws->pw_name);
pr_pw             657 source4/auth/ntlm/auth_unix.c 		if (pr_pw && pr_pw->ufld.fd_encrypt) {
pr_pw             658 source4/auth/ntlm/auth_unix.c 			crypted = talloc_strdup(ctx, pr_pw->ufld.fd_encrypt);