HomeSort by relevance Sort by last modified time
    Searched full:neg_ctx (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
http_negotiate_sspi.c 63 struct negotiatedata *neg_ctx; local
68 neg_ctx = &data->state.proxyneg;
73 neg_ctx = &data->state.negotiate;
83 if(neg_ctx->context && neg_ctx->status == SEC_E_OK) {
91 if(!neg_ctx->server_name) {
97 neg_ctx->server_name = Curl_sasl_build_spn(
101 if(!neg_ctx->server_name)
105 if(!neg_ctx->output_token) {
115 neg_ctx->token_max = SecurityPackage->cbMaxToken
232 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg: local
    [all...]
http_negotiate.c 45 struct negotiatedata *neg_ctx = proxy?&data->state.proxyneg: local
55 if(neg_ctx->context && neg_ctx->status == GSS_S_COMPLETE) {
63 if(!neg_ctx->server_name) {
79 &neg_ctx->server_name);
115 &neg_ctx->context,
116 neg_ctx->server_name,
125 neg_ctx->status = major_status;
140 neg_ctx->output_token = output_token;
147 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg local
    [all...]

Completed in 970 milliseconds