Searched defs:token_max (Results 1 - 2 of 2) sorted by relevance

/external/curl/lib/vauth/
H A Ddigest_sspi.c96 size_t token_max = 0; local
135 token_max = SecurityPackage->cbMaxToken;
141 output_token = malloc(token_max);
205 resp_buf.cbBuffer = curlx_uztoul(token_max);
412 size_t token_max; local
429 token_max = SecurityPackage->cbMaxToken;
436 output_token = malloc(token_max);
473 chlg_buf[4].cbBuffer = curlx_uztoul(token_max);
573 resp_buf.cbBuffer = curlx_uztoul(token_max);
/external/curl/lib/
H A Durldata.h309 size_t token_max; member in struct:kerberos5data
327 size_t token_max; member in struct:ntlmdata
358 size_t token_max; member in struct:negotiatedata

Completed in 205 milliseconds