hex_nt_response  2322 source3/utils/ntlm_auth.c 	static const char *hex_nt_response;
hex_nt_response  2342 source3/utils/ntlm_auth.c 		{ "nt-response", 0, POPT_ARG_STRING, &hex_nt_response, OPT_NT, "NT or NTLMv2 Response to the challenge (HEX encoded)"},
hex_nt_response  2407 source3/utils/ntlm_auth.c 			opt_nt_response = strhex_to_data_blob(NULL, hex_nt_response);
hex_nt_response  2410 source3/utils/ntlm_auth.c 					  hex_nt_response,