Home
last modified time | relevance | path

Searched refs:SHORTPAIR (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/vauth/
Dntlm.c399 SHORTPAIR(domlen), in Curl_auth_create_ntlm_type1_message()
400 SHORTPAIR(domlen), in Curl_auth_create_ntlm_type1_message()
401 SHORTPAIR(domoff), in Curl_auth_create_ntlm_type1_message()
403 SHORTPAIR(hostlen), in Curl_auth_create_ntlm_type1_message()
404 SHORTPAIR(hostlen), in Curl_auth_create_ntlm_type1_message()
405 SHORTPAIR(hostoff), in Curl_auth_create_ntlm_type1_message()
653 SHORTPAIR(0x18), /* LanManager response length, twice */ in Curl_auth_create_ntlm_type3_message()
654 SHORTPAIR(0x18), in Curl_auth_create_ntlm_type3_message()
655 SHORTPAIR(lmrespoff), in Curl_auth_create_ntlm_type3_message()
658 SHORTPAIR(ntresplen), /* NT-response length, twice */ in Curl_auth_create_ntlm_type3_message()
[all …]
/third_party/curl/lib/
Dcurl_ntlm_core.h39 #define SHORTPAIR(x) ((int)((x) & 0xff)), ((int)(((x) >> 8) & 0xff)) macro