Home
last modified time | relevance | path

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

/external/curl/lib/vauth/
Dntlm_sspi.c194 const char *type2msg, in Curl_auth_decode_ntlm_type2_message() argument
206 if(strlen(type2msg) && *type2msg != '=') { in Curl_auth_decode_ntlm_type2_message()
207 result = Curl_base64_decode(type2msg, &type2, &type2_len); in Curl_auth_decode_ntlm_type2_message()
Dntlm.c253 const char *type2msg, in Curl_auth_decode_ntlm_type2_message() argument
288 if(strlen(type2msg) && *type2msg != '=') { in Curl_auth_decode_ntlm_type2_message()
289 result = Curl_base64_decode(type2msg, &type2, &type2_len); in Curl_auth_decode_ntlm_type2_message()
Dvauth.h133 const char *type2msg,