Home
last modified time | relevance | path

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

/third_party/curl/lib/vauth/
Dntlm.c165 const struct bufref *type2ref, in ntlm_decode_type2_target() argument
170 const unsigned char *type2 = Curl_bufref_ptr(type2ref); in ntlm_decode_type2_target()
171 size_t type2len = Curl_bufref_len(type2ref); in ntlm_decode_type2_target()
249 const struct bufref *type2ref, in Curl_auth_decode_ntlm_type2_message() argument
271 const unsigned char *type2 = Curl_bufref_ptr(type2ref); in Curl_auth_decode_ntlm_type2_message()
272 size_t type2len = Curl_bufref_len(type2ref); in Curl_auth_decode_ntlm_type2_message()
297 result = ntlm_decode_type2_target(data, type2ref, ntlm); in Curl_auth_decode_ntlm_type2_message()