nthash           3229 source3/include/proto.h void E_md5hash(const uchar salt[16], const uchar nthash[16], uchar hash_out[16]);
nthash             89 source3/libsmb/smbencrypt.c void E_md5hash(const uchar salt[16], const uchar nthash[16], uchar hash_out[16])
nthash             96 source3/libsmb/smbencrypt.c 	memcpy(&array[16], nthash, 16);
nthash            635 source4/torture/rpc/dssync.c 		const struct samr_Password *nthash;
nthash            636 source4/torture/rpc/dssync.c 		nthash = cli_credentials_get_nt_hash(ctx->new_dc.credentials, ctx);
nthash            637 source4/torture/rpc/dssync.c 		if (nthash) {
nthash            638 source4/torture/rpc/dssync.c 			dump_data_pw("CREDENTIALS nthash:", nthash->hash, sizeof(nthash->hash));