new_nt_hash        39 source3/rpc_client/cli_samr.c 	uchar new_nt_hash[16];
new_nt_hash        44 source3/rpc_client/cli_samr.c 	ZERO_STRUCT(new_nt_hash);
new_nt_hash        50 source3/rpc_client/cli_samr.c 	E_md4hash(newpassword, new_nt_hash);
new_nt_hash        57 source3/rpc_client/cli_samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, hash3.hash);
new_nt_hash        58 source3/rpc_client/cli_samr.c 	E_old_pw_hash(old_nt_hash, new_nt_hash, hash4.hash);
new_nt_hash        59 source3/rpc_client/cli_samr.c 	E_old_pw_hash(old_lm_hash, new_nt_hash, hash5.hash);
new_nt_hash        95 source3/rpc_client/cli_samr.c 	uchar new_nt_hash[16];
new_nt_hash       106 source3/rpc_client/cli_samr.c 	E_md4hash(newpassword, new_nt_hash);
new_nt_hash       119 source3/rpc_client/cli_samr.c 		E_old_pw_hash(new_nt_hash, old_lanman_hash, old_lanman_hash_enc.hash);
new_nt_hash       128 source3/rpc_client/cli_samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, old_nt_hash_enc.hash);
new_nt_hash       200 source3/rpc_client/cli_samr.c 	uchar new_nt_hash[16];
new_nt_hash       212 source3/rpc_client/cli_samr.c 	E_md4hash(newpassword, new_nt_hash);
new_nt_hash       225 source3/rpc_client/cli_samr.c 		E_old_pw_hash(new_nt_hash, old_lanman_hash, old_lanman_hash_enc.hash);
new_nt_hash       234 source3/rpc_client/cli_samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, old_nt_hash_enc.hash);
new_nt_hash       853 source3/smbd/chgpasswd.c 	uchar new_nt_hash[16];
new_nt_hash       940 source3/smbd/chgpasswd.c 		memset(new_nt_hash, '\0', 16);
new_nt_hash       941 source3/smbd/chgpasswd.c 		E_md4hash(*pp_new_passwd, new_nt_hash);
new_nt_hash       947 source3/smbd/chgpasswd.c 			E_old_pw_hash(new_nt_hash, nt_pw, verifier);
new_nt_hash       973 source3/smbd/chgpasswd.c 			E_old_pw_hash(new_nt_hash, lanman_pw, verifier);
new_nt_hash      1950 source3/utils/ntlm_auth.c 			uchar new_nt_hash[16];
new_nt_hash      1959 source3/utils/ntlm_auth.c 			E_md4hash(newpswd, new_nt_hash);
new_nt_hash      1981 source3/utils/ntlm_auth.c 				E_old_pw_hash(new_nt_hash, old_lm_hash,
new_nt_hash      1994 source3/utils/ntlm_auth.c 			E_old_pw_hash(new_nt_hash, old_nt_hash,
new_nt_hash        51 source4/libnet/libnet_passwd.c 	uint8_t old_nt_hash[16], new_nt_hash[16];
new_nt_hash        75 source4/libnet/libnet_passwd.c 	E_md4hash(r->samr.in.newpassword, new_nt_hash);
new_nt_hash        87 source4/libnet/libnet_passwd.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, nt_verifier.hash);
new_nt_hash       133 source4/libnet/libnet_passwd.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, nt_verifier.hash);
new_nt_hash       210 source4/libnet/libnet_passwd.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, hash3.hash);
new_nt_hash       211 source4/libnet/libnet_passwd.c 	E_old_pw_hash(old_nt_hash, new_nt_hash, hash4.hash);
new_nt_hash       212 source4/libnet/libnet_passwd.c 	E_old_pw_hash(old_lm_hash, new_nt_hash, hash5.hash);
new_nt_hash       351 source4/rpc_server/samr/samr_password.c 	uint8_t new_nt_hash[16], new_lm_hash[16];
new_nt_hash       418 source4/rpc_server/samr/samr_password.c 	mdfour(new_nt_hash, new_password.data, new_password.length);
new_nt_hash       420 source4/rpc_server/samr/samr_password.c 	E_old_pw_hash(new_nt_hash, nt_pwd->hash, nt_verifier.hash);
new_nt_hash       437 source4/rpc_server/samr/samr_password.c 			E_old_pw_hash(new_nt_hash, lm_pwd->hash, lm_verifier.hash);
new_nt_hash      1541 source4/torture/rpc/samr.c 	uint8_t old_nt_hash[16], new_nt_hash[16];
new_nt_hash      1555 source4/torture/rpc/samr.c 	E_md4hash(newpass, new_nt_hash);
new_nt_hash      1561 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, hash3.hash);
new_nt_hash      1562 source4/torture/rpc/samr.c 	E_old_pw_hash(old_nt_hash, new_nt_hash, hash4.hash);
new_nt_hash      1563 source4/torture/rpc/samr.c 	E_old_pw_hash(old_lm_hash, new_nt_hash, hash5.hash);
new_nt_hash      1602 source4/torture/rpc/samr.c 	uint8_t old_nt_hash[16], new_nt_hash[16];
new_nt_hash      1632 source4/torture/rpc/samr.c 	E_md4hash(newpass, new_nt_hash);
new_nt_hash      1638 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, hash3.hash);
new_nt_hash      1639 source4/torture/rpc/samr.c 	E_old_pw_hash(old_nt_hash, new_nt_hash, hash4.hash);
new_nt_hash      1640 source4/torture/rpc/samr.c 	E_old_pw_hash(old_lm_hash, new_nt_hash, hash5.hash);
new_nt_hash      1735 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, hash3.hash);
new_nt_hash      1736 source4/torture/rpc/samr.c 	E_old_pw_hash(old_nt_hash, new_nt_hash, hash4.hash);
new_nt_hash      1737 source4/torture/rpc/samr.c 	E_old_pw_hash(old_lm_hash, new_nt_hash, hash5.hash);
new_nt_hash      1765 source4/torture/rpc/samr.c 	E_md4hash(newpass, new_nt_hash);
new_nt_hash      1773 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, hash3.hash);
new_nt_hash      1774 source4/torture/rpc/samr.c 	E_old_pw_hash(old_nt_hash, new_nt_hash, hash4.hash);
new_nt_hash      1775 source4/torture/rpc/samr.c 	E_old_pw_hash(old_lm_hash, new_nt_hash, hash5.hash);
new_nt_hash      1803 source4/torture/rpc/samr.c 	E_md4hash(newpass, new_nt_hash);
new_nt_hash      1811 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, hash3.hash);
new_nt_hash      1812 source4/torture/rpc/samr.c 	E_old_pw_hash(old_nt_hash, new_nt_hash, hash4.hash);
new_nt_hash      1813 source4/torture/rpc/samr.c 	E_old_pw_hash(old_lm_hash, new_nt_hash, hash5.hash);
new_nt_hash      2052 source4/torture/rpc/samr.c 	uint8_t old_nt_hash[16], new_nt_hash[16];
new_nt_hash      2084 source4/torture/rpc/samr.c 	E_md4hash(newpass, new_nt_hash);
new_nt_hash      2091 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_lm_hash, lm_verifier.hash);
new_nt_hash      2095 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, nt_verifier.hash);
new_nt_hash      2134 source4/torture/rpc/samr.c 	uint8_t old_nt_hash[16], new_nt_hash[16];
new_nt_hash      2162 source4/torture/rpc/samr.c 	E_md4hash(newpass, new_nt_hash);
new_nt_hash      2169 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_lm_hash, lm_verifier.hash);
new_nt_hash      2173 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, nt_verifier.hash);
new_nt_hash      2199 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_lm_hash, lm_verifier.hash);
new_nt_hash      2207 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, nt_verifier.hash);
new_nt_hash      2240 source4/torture/rpc/samr.c 	E_md4hash(newpass, new_nt_hash);
new_nt_hash      2247 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_lm_hash, lm_verifier.hash);
new_nt_hash      2251 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, nt_verifier.hash);
new_nt_hash      2372 source4/torture/rpc/samr.c 	uint8_t old_nt_hash[16], new_nt_hash[16];
new_nt_hash      2428 source4/torture/rpc/samr.c 	mdfour(new_nt_hash, new_random_pass.data, new_random_pass.length);
new_nt_hash      2432 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, nt_verifier.hash);
new_nt_hash      2466 source4/torture/rpc/samr.c 	E_md4hash(newpass, new_nt_hash);
new_nt_hash      2470 source4/torture/rpc/samr.c 	E_old_pw_hash(new_nt_hash, old_nt_hash, nt_verifier.hash);