encryption_key    849 source3/smbd/chgpasswd.c 	const uint8 *encryption_key;
encryption_key    894 source3/smbd/chgpasswd.c 		encryption_key = nt_pw;
encryption_key    898 source3/smbd/chgpasswd.c 		encryption_key = lanman_pw;
encryption_key    921 source3/smbd/chgpasswd.c 	SamOEMhash( password_encrypted, encryption_key, 516);