Home
last modified time | relevance | path

Searched refs:type2msg (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/vauth/
Dntlm_sspi.c166 const char *type2msg, in Curl_auth_decode_ntlm_type2_message() argument
178 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()
Dntlm.c236 const char *type2msg, in Curl_auth_decode_ntlm_type2_message() argument
271 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()
Dvauth.h121 const char *type2msg,