Searched refs:type2msg (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_sasl.h106 const char *type2msg,
H A Dcurl_sasl.c509 * type2msg [in] - Pointer to the base64 encoded type-2 message.
515 const char *type2msg,
527 return Curl_ntlm_decode_type2_message(data, type2msg, ntlm);
514 Curl_sasl_decode_ntlm_type2_message(struct SessionHandle *data, const char *type2msg, struct ntlmdata *ntlm) argument
H A Dimap.c1226 char *type2msg = NULL; local
1238 imap_get_message(data->state.buffer, &type2msg);
1241 result = Curl_sasl_decode_ntlm_type2_message(data, type2msg, &conn->ntlm);
H A Dpop3.c1094 char *type2msg = NULL; local
1106 pop3_get_message(data->state.buffer, &type2msg);
1109 result = Curl_sasl_decode_ntlm_type2_message(data, type2msg, &conn->ntlm);
H A Dsmtp.c1109 char *type2msg = NULL; local
1121 smtp_get_message(data->state.buffer, &type2msg);
1124 result = Curl_sasl_decode_ntlm_type2_message(data, type2msg, &conn->ntlm);

Completed in 48 milliseconds