HomeSort by relevance Sort by last modified time
    Searched refs:token_max (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/vauth/
digest_sspi.c 96 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);
381 size_t token_max; local
406 token_max = SecurityPackage->cbMaxToken;
442 output_token = malloc(token_max);
471 resp_buf.cbBuffer = curlx_uztoul(token_max);
ntlm_sspi.c 99 ntlm->token_max = SecurityPackage->cbMaxToken;
105 ntlm->output_token = malloc(ntlm->token_max);
153 type_1_buf.cbBuffer = curlx_uztoul(ntlm->token_max);
270 type_3_buf.cbBuffer = curlx_uztoul(ntlm->token_max);
332 ntlm->token_max = 0;
spnego_sspi.c 128 nego->token_max = SecurityPackage->cbMaxToken;
134 nego->output_token = malloc(nego->token_max);
209 resp_buf.cbBuffer = curlx_uztoul(nego->token_max);
318 nego->token_max = 0;
krb5_sspi.c 126 krb5->token_max = SecurityPackage->cbMaxToken;
132 krb5->output_token = malloc(krb5->token_max);
207 resp_buf.cbBuffer = curlx_uztoul(krb5->token_max);
515 krb5->token_max = 0;
  /external/curl/lib/
urldata.h 446 size_t token_max; member in struct:kerberos5data
464 size_t token_max; member in struct:ntlmdata
495 size_t token_max; member in struct:negotiatedata
    [all...]

Completed in 192 milliseconds