spass             703 source3/auth/pass_check.c 		struct spwd *spass;
spass             710 source3/auth/pass_check.c 		spass = getspnam(pass->pw_name);
spass             711 source3/auth/pass_check.c 		if (spass && spass->sp_pwdp) {
spass             712 source3/auth/pass_check.c 			if (set_this_crypted(spass->sp_pwdp) == NULL) {
spass             715 source3/auth/pass_check.c 			if (set_this_salt(spass->sp_pwdp) == NULL) {
spass             623 source4/auth/ntlm/auth_unix.c 		struct spwd *spass;
spass             630 source4/auth/ntlm/auth_unix.c 		spass = getspnam(pws->pw_name);
spass             631 source4/auth/ntlm/auth_unix.c 		if (spass && spass->sp_pwdp) {
spass             632 source4/auth/ntlm/auth_unix.c 			crypted = talloc_strdup(ctx, spass->sp_pwdp);
spass             634 source4/auth/ntlm/auth_unix.c 			salt = talloc_strdup(ctx, spass->sp_pwdp);