client_nt         224 source4/auth/ntlm/ntlm_check.c 			     const struct samr_Password *client_nt,
client_nt         234 source4/auth/ntlm/ntlm_check.c 	if (client_nt && stored_nt) {
client_nt         235 source4/auth/ntlm/ntlm_check.c 		if (memcmp(client_nt->hash, stored_nt->hash, sizeof(stored_nt->hash)) == 0) {
client_nt         314 source4/auth/ntlm/ntlm_check.c 		struct samr_Password client_nt;
client_nt         321 source4/auth/ntlm/ntlm_check.c 		mdfour(client_nt.hash, nt_response->data, nt_response->length);
client_nt         338 source4/auth/ntlm/ntlm_check.c 					   nt_response->length ? &client_nt : NULL, 
client_nt          41 source4/auth/ntlm/ntlm_check.h 			     const struct samr_Password *client_nt,