SamOEMhash        326 source3/auth/auth_util.c 		SamOEMhash(lm_pwd, key, sizeof(lm_pwd));
SamOEMhash        329 source3/auth/auth_util.c 		SamOEMhash(nt_pwd, key, sizeof(nt_pwd));
SamOEMhash       3220 source3/include/proto.h void SamOEMhash( unsigned char *data, const unsigned char key[16], size_t len);
SamOEMhash        471 source3/libsmb/clirap.c 	SamOEMhash( (unsigned char *)data, (unsigned char *)old_pw_hash, 516);
SamOEMhash        876 source3/libsmb/ntlmssp.c 			SamOEMhash(encrypted_session_key.data, 
SamOEMhash       1169 source3/libsmb/ntlmssp.c 		SamOEMhash(encrypted_session_key.data, session_key.data, encrypted_session_key.length);
SamOEMhash        602 source3/libsmb/smbencrypt.c 	SamOEMhash(pw_buf, key_out, 516);
SamOEMhash        206 source3/rpc_client/cli_netlogon.c 		SamOEMhash(lm_owf, key, 16);
SamOEMhash        208 source3/rpc_client/cli_netlogon.c 		SamOEMhash(nt_owf, key, 16);
SamOEMhash        411 source3/rpc_client/cli_netlogon.c 		SamOEMhash(validation.sam3->base.key.key,
SamOEMhash        416 source3/rpc_client/cli_netlogon.c 		SamOEMhash(validation.sam3->base.LMSessKey.key,
SamOEMhash        528 source3/rpc_client/cli_netlogon.c 		SamOEMhash(validation.sam3->base.key.key,
SamOEMhash        533 source3/rpc_client/cli_netlogon.c 		SamOEMhash(validation.sam3->base.LMSessKey.key,
SamOEMhash        118 source3/rpc_client/cli_samr.c 		SamOEMhash(new_lm_password.data, old_nt_hash, 516);
SamOEMhash        127 source3/rpc_client/cli_samr.c 	SamOEMhash(new_nt_password.data, old_nt_hash, 516);
SamOEMhash        224 source3/rpc_client/cli_samr.c 		SamOEMhash(new_lm_password.data, old_nt_hash, 516);
SamOEMhash        233 source3/rpc_client/cli_samr.c 	SamOEMhash(new_nt_password.data, old_nt_hash, 516);
SamOEMhash        262 source3/rpc_client/init_netlogon.c 			SamOEMhash(user_session_key.key, pipe_session_key, 16);
SamOEMhash        271 source3/rpc_client/init_netlogon.c 			SamOEMhash(lm_session_key.key, pipe_session_key, 8);
SamOEMhash        421 source3/rpc_client/init_netlogon.c 	SamOEMhash(password_buf.data, session_key, 516);
SamOEMhash       1376 source3/rpc_parse/parse_prs.c 	SamOEMhash((uchar *) q, (const unsigned char *)ps->sess_key, len);
SamOEMhash       1471 source3/rpc_parse/parse_prs.c 	SamOEMhash(verf->seq_num, sequence_key, 8);
SamOEMhash       1557 source3/rpc_parse/parse_prs.c 		SamOEMhash(verf->confounder, sealing_key, 8);
SamOEMhash       1563 source3/rpc_parse/parse_prs.c 		SamOEMhash((unsigned char *)data, sealing_key, data_len);
SamOEMhash       1655 source3/rpc_parse/parse_prs.c 		SamOEMhash(verf->confounder, sealing_key, 8);
SamOEMhash       1662 source3/rpc_parse/parse_prs.c 		SamOEMhash((unsigned char *)data, sealing_key, data_len);
SamOEMhash        921 source3/smbd/chgpasswd.c 	SamOEMhash( password_encrypted, encryption_key, 516);
SamOEMhash       1980 source3/utils/ntlm_auth.c 				SamOEMhash(new_lm_pswd.data, old_nt_hash, 516);
SamOEMhash       1993 source3/utils/ntlm_auth.c 			SamOEMhash(new_nt_pswd.data, old_nt_hash, 516);