Searched refs:type2msg (Results 1 – 3 of 3) sorted by relevance
166 const char *type2msg, in Curl_auth_decode_ntlm_type2_message() argument178 if(strlen(type2msg) && *type2msg != '=') { in Curl_auth_decode_ntlm_type2_message()179 result = Curl_base64_decode(type2msg, &type2, &type2_len); in Curl_auth_decode_ntlm_type2_message()
236 const char *type2msg, in Curl_auth_decode_ntlm_type2_message() argument271 if(strlen(type2msg) && *type2msg != '=') { in Curl_auth_decode_ntlm_type2_message()272 result = Curl_base64_decode(type2msg, &type2, &type2_len); in Curl_auth_decode_ntlm_type2_message()
121 const char *type2msg,