ntv2_response      84 source3/libsmb/ntlm_check.c 				 const DATA_BLOB *ntv2_response,
ntv2_response     110 source3/libsmb/ntlm_check.c 	if (ntv2_response->length < 24) {
ntv2_response     115 source3/libsmb/ntlm_check.c 			  (unsigned long)ntv2_response->length));
ntv2_response     119 source3/libsmb/ntlm_check.c 	client_key_data = data_blob_talloc(mem_ctx, ntv2_response->data+16, ntv2_response->length-16);
ntv2_response     125 source3/libsmb/ntlm_check.c 	memcpy(client_response, ntv2_response->data, sizeof(client_response));
ntv2_response     141 source3/libsmb/ntlm_check.c 	dump_data(100, ntv2_response->data, ntv2_response->length);
ntv2_response      87 source4/auth/ntlm/ntlm_check.c 				 const DATA_BLOB *ntv2_response,
ntv2_response     111 source4/auth/ntlm/ntlm_check.c 	if (ntv2_response->length < 24) {
ntv2_response     116 source4/auth/ntlm/ntlm_check.c 			  (unsigned long)ntv2_response->length));
ntv2_response     120 source4/auth/ntlm/ntlm_check.c 	client_key_data = data_blob_talloc(mem_ctx, ntv2_response->data+16, ntv2_response->length-16);
ntv2_response     136 source4/auth/ntlm/ntlm_check.c 	dump_data(100, ntv2_response->data, ntv2_response->length);
ntv2_response     145 source4/auth/ntlm/ntlm_check.c 	if (memcmp(value_from_encryption, ntv2_response->data, 16) == 0) { 
ntv2_response     161 source4/auth/ntlm/ntlm_check.c 				const DATA_BLOB *ntv2_response,
ntv2_response     185 source4/auth/ntlm/ntlm_check.c 	if (ntv2_response->length < 24) {
ntv2_response     190 source4/auth/ntlm/ntlm_check.c 			  (unsigned long)ntv2_response->length));
ntv2_response     194 source4/auth/ntlm/ntlm_check.c 	client_key_data = data_blob_talloc(mem_ctx, ntv2_response->data+16, ntv2_response->length-16);